Open-source alternative of Discord desktop's app.asar
Go to file
Ducko e3e0bb0b17 Initial Proper Commit 2021-12-09 16:25:14 +00:00
src Initial Proper Commit 2021-12-09 16:25:14 +00:00
.gitignore Initial Proper Commit 2021-12-09 16:25:14 +00:00
LICENSE Initial commit 2021-12-09 11:14:14 +00:00
README.md Initial Proper Commit 2021-12-09 16:25:14 +00:00
test.sh Initial Proper Commit 2021-12-09 16:25:14 +00:00

README.md

OpenAsar

Open-source alternative of Discord desktop's app.asar

Goals

  • Hotpluggable - just swap the asar file, nothing else needed
  • Lightweight - it should be at least as fast or lightweight, hopefully more
  • No Tracking - no crash reporting, error tracking, etc
  • Minimal - generally only doing what is needed (see: implementation)

Implementation

Below is a list in order of priority, marked as complete when finished:

  • Bootstrapping
  • Splash screen
  • Error handling
  • A bunch of specific minor fixes / features
    • Handle hardware acceleration
  • Auto start
  • First run
  • Self-write updater code (currently mostly copied)
  • Self-write some small parts of internals