A lightweight toolbox for Visual Studio Code
- 🗂️ Project Management: Organize and manage multiple projects.
- ⚙️ Rust Core: Built for performance, low latency, and stability.
- 🪶 Lightweight UI: Powered by Tauri v2 and Nuxt 4 (no Electron overhead).
- 🆓 Open Source: MIT licensed and free to use.
- Download the latest release from the Releases page.
- Install and launch the application.
- Add your projects and open them in VSCode.
- Windows 10 or higher
- Visual Studio Code installed and added to your
PATH.
- Nuxt v4 with TypeScript
- Tauri v2
- Rust
- pnpm
- SCSS
- Font Awesome (under CC BY 4.0)
You can find out more details here
pnpm install --frozen-lockfile
pnpm run tauri:devpnpm run tauri:build$ pnpm run tauri:build:debugThe same Tauri bundle will generate under src-tauri/target, but with the ability to open the console.
$ pnpm lint
$ pnpm formatContributions are welcome!
If you have ideas, feel free to open an issue or submit a pull request.
