Skip to content

Opti-mod/Opti

This branch is 264 commits ahead of vendetta-mod/Vendetta:rewrite.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a5474d4 · Nov 19, 2024
Nov 19, 2024
May 23, 2024
Oct 14, 2024
Nov 19, 2024
Jun 4, 2024
Feb 4, 2023
Aug 17, 2023
Oct 14, 2024
Oct 15, 2024
Apr 5, 2023
Oct 15, 2024
Oct 14, 2024
Oct 14, 2024
Apr 15, 2023

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%