A Discord mobile app client modification continuing Bunny's mission
  • TypeScript 97.1%
  • JavaScript 2.9%
Find a file
cocobo1 727603ff46
Some checks failed
Node.js CI / CD (Bun + Forgejo) / buildAndRelease (push) Failing after 31s
fix: settings on 329.3
2026-05-09 08:09:09 +00:00
.forgejo feat(performance): speedup startup 2025-10-12 21:32:35 +03:00
.github fix(everything): correct a bunch of broken shit 2025-09-14 10:55:32 +03:00
.vscode refactor: build script, use react-jsx 2024-07-08 19:22:01 +08:00
scripts fix: make themes work 2026-03-06 18:51:46 +02:00
shims fix(fonts): remove font previews to fix crashes 2025-11-17 14:28:28 +02:00
src fix: settings on 329.3 2026-05-09 08:09:09 +00:00
.gitignore bun 2025-07-25 17:08:28 +03:00
bun.lock feat(raindevtools): add raindevtools support 2025-12-23 15:46:19 +02:00
eslint.config.mjs add pylix commit 2025-07-21 19:21:59 +03:00
LICENSE License update 2025-04-29 19:23:30 +01:00
package.json feat(raindevtools): add raindevtools support 2025-12-23 15:46:19 +02:00
README.md docs: update readme 2026-03-08 18:45:16 +02:00
tsconfig.json build: fix errors 2024-07-23 22:43:13 +08:00

Kettu

A mod for Discord on Mobile

Installing

Android

If you do not know what root is, go with the manager

iOS

KettuTweak

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.