Skip to content

Installation

Download

Download the latest release from GitHub Releases.

INFO

Caja is currently available for macOS only. Windows and Linux support is planned.

Build from Source

bash
# Clone the repo
git clone https://github.com/getcaja/caja.git
cd caja

# Install dependencies
npm install

# Run in development
npm run tauri dev

# Build for production
npm run tauri build

Prerequisites

Building from source requires Node.js 18+, Rust, and the Tauri v2 prerequisites for your platform.