Skip to content

Opti-mod/OptiLegacy

 
 

Repository files navigation

Important

Legacy Version (NOT EOL! MOVING REPOSITORIES!)

This is the legacy version of Opti. This version of Opti is using Vendetta, a very old but gold mobile client mod.

We have recently switched to Bunny, a fork of Vendetta with more updates and stability improvements that are needed to continue maintaining Discord mobile mods. For the newest version, please visit https://github.com/Opti-mod/Opti.

I recommend AGAINST using this version as it is very old and unstable and features from the legacy version will slowly be ported over. Everything in this repository will remain untouched (unless urgent).

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!

About

An optimized Discord experience for mobile.

Topics

Resources

License

Stars

24 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%