Skip to content

Installation

This guide will help you install Sciorex on your system.

System Requirements

RequirementMinimum
OSWindows 10+, macOS 11+, Ubuntu 20.04+
RAM4 GB
Disk Space200 MB
AI ProviderAt least one CLI installed (see below)

Download

Download the latest version for your platform:

Windows

VersionDownload
Installer (.exe)Download
Portable (.zip)Download

macOS

ArchitectureDownload
Apple Silicon (M1/M2/M3/M4)Download
IntelDownload

Linux

FormatDownload
AppImageDownload
Debian/Ubuntu (.deb)Download

Installing AI Provider CLIs

Sciorex supports multiple AI providers. Install at least one to use AI features.

Claude Code (Anthropic)

Claude models including Opus 4.5, Sonnet 4.5, and Haiku 4.5.

👉 Claude Code Installation

bash
claude login

Gemini CLI (Google)

Gemini models including 2.5 Pro, 2.5 Flash, and 2.5 Flash Lite.

👉 Gemini CLI Installation

bash
gemini auth login

Codex CLI (OpenAI)

GPT and Codex models including GPT-5.2, GPT-5.1 Codex Max, and more.

👉 Codex CLI Installation

bash
codex auth

Local Models (Optional)

For local/private AI, install one of:

  • LM Studio - GUI app with local model server
  • Ollama - CLI for running local models

Sciorex will automatically detect available models from these servers.

Mix and Match

You can install multiple providers and switch between them per agent or chat session. Configure providers in Settings → AI Providers.

First Launch

  1. Launch Sciorex
  2. Select or create a workspace folder
  3. Configure your default AI model in Settings
  4. You're ready to create your first agent!

Updating

Sciorex includes auto-update functionality. When a new version is available:

  1. You'll see a notification in the app
  2. Click "Update Now" to download and install
  3. Restart the app to apply the update

Portable Version

The portable version does not auto-update. Download new versions manually.

Troubleshooting

CLI not found

Make sure your AI CLI is in your PATH:

bash
# macOS/Linux
which claude   # Claude Code
which gemini   # Gemini CLI
which codex    # Codex CLI

# Windows
where claude
where gemini
where codex

If not found, follow the installation guide for your provider above.

Permission errors on Linux

For AppImage, make it executable:

bash
chmod +x Sciorex-*.AppImage

macOS security warning

If macOS blocks the app:

  1. Open System Preferences → Security & Privacy
  2. Click "Open Anyway" next to the blocked app message

Next Steps

Released under the MIT License.