1
0
Fork
You've already forked Kettu
0
forked from cocobo1/Kettu
A Discord mobile app client modification continuing Bunny's mission
  • TypeScript 97%
  • JavaScript 3%
2025年11月17日 14:28:28 +02: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(fonts): remove font previews to fix crashes 2025年11月17日 14:28:28 +02:00
shims fix(fonts): remove font previews to fix crashes 2025年11月17日 14:28:28 +02:00
src fix(fonts): remove font previews to fix crashes 2025年11月17日 14:28:28 +02:00
.gitignore bun 2025年07月25日 17:08:28 +03:00
bun.lock bun fixes 2025年07月26日 11:29:31 +03: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 fix(themes): make iOS themes navbar and keyboard work 2025年11月01日 19:09:59 +02:00
README.md readme: update platforms 2025年11月04日 18:04:39 +01: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

if you dont know what jailbreak is, go with BTLoader

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.