Open-source alternative of Discord desktop's app.asar
Go to file
Ducko 33b6fa8e47 [Readme] Tweak subtitle 2021-12-09 11:53:03 +00:00
LICENSE Initial commit 2021-12-09 11:14:14 +00:00
README.md [Readme] Tweak subtitle 2021-12-09 11:53:03 +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, etc
  • Minimal - generally only doing what is needed (see: implementation)

Implementation

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

  • Stub everything
  • Bootstrapping
  • Splash screen
  • Auto start
  • Updating
    • Updater v1
    • Updater v2