Skip to main content
The fastest way to get Spaceduck running. The installer handles Bun, system dependencies, and configuration automatically.
curl -fsSL https://spaceduck.ai/install.sh | bash
The installer will:
  1. Install Bun if not already present
  2. Clone the repository and install dependencies
  3. Set up SQLite with extension support
  4. Create a default .env file
  5. Start the gateway
Once complete, open http://localhost:3000 and head to Settings to pick a provider.
Want to inspect the script before running it?
curl -fsSL https://spaceduck.ai/install.sh -o install.sh
less install.sh
bash install.sh