Overview

Syntic Code

Agentic Coding for the Terminal, the SDK, and the Cloud Desktop

Syntic Code is an agentic coding platform built in Rust and Bun. It gives engineering teams a fast terminal CLI, programmable SDK, and Cloud Desktop — all running on the model and infrastructure of your choice, with enterprise controls baked in.


What You Get

SurfaceDescription
syntic CLINative single-binary CLI for macOS, Linux, and Windows. Compiled with Bun for sub-100ms startup.
Syntic SDKTypeScript, Python, and Rust client libraries for building your own coding agents on Syntic’s runtime.
Cloud DesktopBrowser-based coding environment with full agent capabilities — no local install required.
Skills SystemComposable agent behaviors. Install from the Syntic Marketplace or author your own.
MCP NativeFirst-class support for Model Context Protocol servers — connect any tool, any data source.
Sub-AgentsDispatch parallel specialized agents for codebase exploration, planning, review, and execution.

Why Syntic Code

Syntic CodeOther Coding Agents
Model choiceAny model — Kimi, GPT, Claude, Gemini, localLocked to one vendor
DeploymentSelf-hosted, cloud, or hybridCloud-only
ComplianceSOC 2, HIPAA-ready, SSO, audit logLimited
White-labelFull re-skin for resellers and enterprisesNo
MigrationDrop-in compatible config (.syntic/ or .claude/)Lock-in

Quick Install

macOS / Linux

curl -fsSL https://syntic.ai/install.sh | sh

Windows (PowerShell)

iwr -useb https://syntic.ai/install.ps1 | iex

Verify

syntic --version

Then run syntic in any project folder to start an interactive session.


Documentation Map

Get Running

Core Concepts

  • CLI Reference — Every command, flag, and environment variable
  • SDK Reference — TypeScript, Python, Rust client libraries
  • Skills — Composable agent behaviors and the Skills Marketplace
  • Hooks — Lifecycle hooks for automation and policy
  • MCP Servers — Integrate external tools via Model Context Protocol
  • Sub-Agents — Parallel specialized agents for complex workflows
  • Plan Mode — Approve plans before execution
  • Slash Commands — Built-in and custom slash commands

Configuration

Enterprise & Migration

Reference



Syntic Code — Built by Syntic AI.