Skip to content

Vaiskiainen/Saukko

 
 

Repository files navigation

Saukko logo

🦦 Saukko

Easily install Saukko on Android

Caution

Using Saukko might get you banned from discord.

📥 Installing

Installer coming soon.

For now:

  1. Install Kettu with the Kettu Manager.
  2. Go to the Kettu settings.
  3. Activate "Developer settings"
  4. Load Kettu from a custom URL
  5. Enter the url: https://raw.githubusercontent.com/Vaiskiainen/Saukko/refs/heads/github/dist/kettu.js
  6. Enjoy using Saukko.

👷🏽‍♂️ Building

  1. Install a Kettu 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://codeberg.org/cocobo1/Kettu
    
  4. Install dependencies:

    bun i
    
  5. Build Kettu's code:

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

  7. Go to Settings > Developer enabled earlier. Enable Load from custom url and input the IP address and port of the server (e.g. http://192.168.1.236:4040/kettu.js) in the new input box labelled Kettu URL.

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

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

Alternatively, you can directly serve the bundled code by running bun run serve. kettu.js will be served on your local address under the port 4040. You will then insert http://<local ip address>:4040/kettu.js as a custom url and reload. Whenever you restart your mobile client, the script will rebuild the bundle as your client fetches it.

Images

Forked from: Kettu

About

Saukko, The way Discord should be

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 3.0%