Download
Run SealClaw locally
Download the SealClaw desktop runtime for full system access and native performance. Connect your OpenAI API key and start building.
Windows
v1.0.0 • 85 MB
Windows 10 or later
macOS
v1.0.0 • 92 MB
macOS 12 or later
Linux
v1.0.0 • 78 MB
Ubuntu 20.04 or equivalent
Prefer the command line? npm install -g @sealclaw/cli
Setup
Quick start guide
Get SealClaw running locally in under 5 minutes.
1
Install SealClaw
Download and install the desktop app, or use the CLI:
Terminal
$npm install -g @sealclaw/cli
✓ SealClaw CLI installed
$
2
Configure your API key
Connect your OpenAI API key for AI capabilities:
.env.local
typescript
1# Your OpenAI API key2OPENAI_API_KEY=sk-...your-key-here3 4# Optional: Specify model5SEALCLAW_MODEL=gpt-4-turbo3
Start the runtime
Launch SealClaw in local mode:
Terminal
$sealclaw start --local
🚀 Starting SealClaw runtime...
📡 API: http://localhost:3030
✓ SealClaw is running!
$
4
Create your first agent
Start building with SealClaw:
Terminal
$sealclaw spawn agent --model gpt-4
🤖 Spawning agent...
✓ Agent online and ready!
$
Local Runtime
Full power on your machine
- Full system access for file editing
- Offline mode capability
- Native performance
- Desktop companion presence
- Automatic updates
- OpenAI API key integration
API Key Setup
SealClaw works with your OpenAI API key for local development. Your key stays on your machine—no cloud transmission.
OPENAI_API_KEY=sk-••••••••••••••••
Get your API key from platform.openai.com