Opti-mod / Opti

An optimized Discord experience for mobile.
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link
client discord mod react ts typescript vendetta

Opti

An optimized Discord experience for mobile.

Installing

Android

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!