Skip to content

Opti-mod/Opti

 
 

Repository files navigation

Opti

An optimized Discord experience for mobile.

Installing

Android

  • Root - VendettaXposed
  • Non-root - OptiManager
    • Manager not working? No problem! Pre-built APKs are provided here.
    • The minimum Android version required is 9. It will not work any lower.

iOS

Contributing

  1. Install an Opti loader with loader config support (any mentioned in the Installing section).

  2. Go to Settings > General and enable Developer Settings.

  3. Clone the repo:

    git clone https://github.com/opti-mod/Opti
    
  4. Install dependencies:

    pnpm i
    

    npm or yarn should also work.

  5. Build Opti's code:

    pnpm build
    

    npm or yarn should also work.

  6. In the newly created dist directory, run a HTTP server. I recommend http-server.

  7. Go to Opti settings and under Load from custom url, input the IP address and port of the server (e.g. e.g. http://192.168.1.236:4040) in the new input box labelled OPTI URL.

  8. Restart Discord. Upon reload, you should notice that your device will download Opti's bundled code from your server, rather than GitHub.

  9. Make your changes, rebuild, reload, go wild!

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%