Synsema

Install Synsema

One command. A single static binary. No Python, no Node, no runtime.

Linux / macOS

curl -fsSL https://synsema.org/install.sh | sh

Windows (PowerShell)

irm https://synsema.org/install.ps1 | iex

From source (Rust)

git clone https://github.com/kitecosmic/synsema.git
cd synsema
cargo build --release --manifest-path rust/Cargo.toml

For AI assistants

Claude, Cursor, Windsurf, Codex — they can read Synsema natively.

1. Point your assistant at the docs

Every docs page is served as Markdown to agents. Just tell your AI to read:

https://synsema.org/docs

Add .md to any page (e.g. /docs/serve.md) to get raw Markdown.

2. Editor highlighting (optional)

A syntax-highlighting extension for VS Code, Cursor, and Windsurf. Get it on GitHub — coming to the VS Code Marketplace & Open VSX.