Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.02 KB

README.md

File metadata and controls

46 lines (34 loc) · 2.02 KB

Opti

An optimized Discord experience for mobile.

Installing

Android

  • Root - OptiXposed
  • 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 on any lower version.

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. uh. maybe i shouldnt have removed developer settings.

  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!