A lightweight desktop overlay for Black Desert Online that helps you track crafting, grinding, hunting, boss timers, and session analytics — without ever touching the game.
This is a companion tool, not a cheat. Everything is entered manually by you. No automation, no screen reading, no memory injection. Just a window sitting next to your game.
Latest version: v2.1.0
.zip, no installer neededJust extract the zip and run the .exe. That's it.
For a walkthrough of first launch and features, check the User Guide.
The app has 3 view modes you can cycle through by clicking the logo:
| Mode | Size | What You See |
|---|---|---|
| Full | 560 x 680 | All tabs, full feature navigation, resizable window |
| Medium | 560 x 170 | Compact dashboard strip with timer, boss countdown, reset timers, loot summary |
| Mini | 180 x 260 | Floating widget — shows boss countdown, active grinding session, or current recipe depending on what tab you were using |
All modes support always-on-top and adjustable transparency. The window remembers its position and size between launches.
Three built-in themes: Neon Cyberpunk (default), Dark Minimal, and Light.
Yes. This app:
It's a standalone window that sits next to your game. You type in your own numbers. That's all it does.
The source code is public so you can verify this yourself. The Rust backend handles file I/O for saving your data locally — nothing leaves your machine except optional market price lookups to the BDO Central Market API (the same public API the game's marketplace uses).
| Layer | Technology |
|---|---|
| Desktop Framework | Tauri 2.0 (Rust) |
| Frontend | Svelte 5 with runes |
| Styling | TailwindCSS |
| Charts | Chart.js 4 |
| Language | TypeScript (strict) |
| Persistence | Local JSON/CSV files via Rust |
No Electron, no web server, no cloud. The portable zip is ~14MB.
If you want to build it yourself instead of using the portable release:
npm install
npm run tauri dev # Development with hot reload
npm run tauri build # Production build
Note: The public repo contains source code only. Game data assets (recipe databases, item images, spot icons) are not included due to their origin from game resources. The portable release includes everything you need.
MIT