A lightweight desktop overlay for RuneScape 3 that helps you track dailies, manage timers, and find profitable Grand Exchange flips.
Alt+Rnpm install
npm run tauri dev
npm run tauri build
This produces a .msi installer in src-tauri/target/release/bundle/.
RS3-Companion/
├── src/ # Svelte frontend
│ ├── App.svelte # Root overlay component
│ ├── main.ts # Entry point
│ └── lib/ # Stores, types, utilities
├── src-tauri/ # Rust backend
│ ├── src/ # Tauri commands & services
│ ├── tauri.conf.json # Window & app configuration
│ └── Cargo.toml # Rust dependencies
└── package.json
This project is licensed under the GNU General Public License v3.0.