-
Notifications
You must be signed in to change notification settings - Fork 1
Installation & Setup
Snowy edited this page Feb 15, 2026
·
1 revision
Go to the Releases page and download the installer for your platform:
| Platform | File | Type |
|---|---|---|
| Windows | SnCode-x.x.x-win-x64.exe |
NSIS installer |
| macOS (Intel) | SnCode-x.x.x-mac-x64.dmg |
Disk image |
| macOS (Apple Silicon) | SnCode-x.x.x-mac-arm64.dmg |
Disk image |
| Linux | SnCode-x.x.x-linux-x86_64.AppImage |
AppImage |
- Download the
.exeinstaller - Run the installer — you can choose your installation directory
- The installer creates a Start Menu shortcut called SnCode
- Launch SnCode from the Start Menu
- Download the
.dmgfor your architecture (Intel x64 or Apple Silicon arm64) - Open the
.dmgfile - Drag SnCode to your Applications folder
- On first launch, you may need to right-click and select "Open" to bypass Gatekeeper
- Download the
.AppImagefile - Make it executable:
chmod +x SnCode-*.AppImage - Run it:
./SnCode-*.AppImage
When you launch SnCode for the first time, you'll be guided through a multi-step onboarding flow:
A brief overview of SnCode's capabilities: AI agent, multi-model support, and secure credential storage.
Select your AI provider:
- Anthropic — Claude models (Opus, Sonnet, Haiku)
- OpenAI — Codex models (5.3, 5.2, 5.1 Mini)
- Sign in with subscription — Use your existing Claude Pro/Max or ChatGPT Plus/Pro subscription via OAuth
- API key — Paste your API key directly
If you chose subscription (OAuth):
- Anthropic: A browser window opens for authorization. After approving, copy the authorization code and paste it back into SnCode.
- OpenAI: A browser window opens showing a device authorization page. Enter the displayed code in your browser. SnCode polls automatically until authorization completes.
If you chose API key:
- Paste your API key into the input field
- Links are provided to the key management consoles (Anthropic Console, OpenAI Platform)
You're ready to go! You can configure additional providers later in Settings.
After onboarding:
- Click the + button in the sidebar
- Select a folder using the native file picker
- The project appears in the sidebar with its folder name
- Click the project to select it, then create a new thread to start chatting
| Component | Requirement |
|---|---|
| OS | Windows 10+, macOS 12+, Linux (glibc 2.31+) |
| Architecture | x64 (all platforms), arm64 (macOS only) |
| RAM | 4 GB minimum, 8 GB recommended |
| Disk | ~300 MB for installation |
| Network | Required for API calls to Anthropic/OpenAI |
| Keychain | Windows Credential Manager, macOS Keychain, or libsecret (Linux) |
Linux note: The
keytarpackage requireslibsecretfor credential storage. Install it with:# Debian/Ubuntu sudo apt install libsecret-1-dev # Fedora sudo dnf install libsecret-devel
SnCode Wiki
Getting Started
User Guide
Agent System
Technical
Support