Open-source alternative of Discord desktop's app.asar [experimental WIP] (MIRROR OF https://github.com/GooseMod/OpenAsar)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Oj ca869dd9a7
[Readme] Add implementation
2 years ago
LICENSE Initial commit 2 years ago
README.md [Readme] Add implementation 2 years ago

README.md

OpenAsar

Open-source, rewritten version of Discord desktop's app.asar. OpenAsar is not trying to be a 1 on 1 copy or have parity with the original, it should be an alternative.

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