Type something to search...

Download

Download KubChen

KubChen is currently in MVP development (v0.1.0). Releases will be available soon.

Coming Soon

PlatformArchitectureStatus
macOSApple Silicon (arm64)In Development
macOSIntel (x64)In Development
Windowsx64In Development
Linuxx64 (.AppImage)In Development
Linuxx64 (.deb)In Development

Build from Source

While we prepare official releases, you can build KubChen from source:

# Clone the repository
git clone https://github.com/StringKe/kub-chen.git
cd kub-chen

# Install dependencies (requires Rust 1.92+ and Node.js 22+)
npm install

# Run in development mode
npm run tauri:dev

# Build for production
npm run tauri:build

Requirements

  • Rust: 1.92 or later
  • Node.js: 22 or later
  • Platform Tools: Xcode (macOS), Visual Studio Build Tools (Windows), or build-essential (Linux)

Stay Updated


Questions? Check our documentation or open an issue.