Install
One command. A single static binary.
No Python, no Node, no runtime to install. Linux, macOS and Windows.
Linux / macOS
curl -fsSL https://synsema.com/install.sh | shWindows (PowerShell)
irm https://synsema.com/install.ps1 | iexnpm — any platform
npm i -g synsemaThe same native binary, shipped through npm: only the package for your platform is installed, nothing runs on Node. Per project, without a global install: npx synsema run app.syn. Embedding Synsema inside a JS/TS app is a different package, @synsema/wasm.
Then
synsema init myapp && cd myappsynsema serve app.synUpdate any time with synsema update. Next: the quickstart, or try.synsema.com to learn by building, in the browser.
For AI assistants
Coding agents read Synsema natively: the docs are Markdown, the skill is one command, and there is an MCP server.
-
Install the skill
$curl -sL https://raw.githubusercontent.com/kitecosmic/synsema/main/install-skill.sh | bashClaude Code detects Synsema after this, with no config edits; the same skill folder is read by Cursor, Windsurf and Codex.
-
Point your assistant at the docs
→https://docs.synsema.com/en/Every docs page is served as Markdown to agents. Append
.mdto any page for the raw file, e.g.docs.synsema.com/en/0.6.x/40-serve.md. -
Connect over MCP
→https://docs.synsema.com/mcpThe docs site exposes an MCP server:
search_docs,get_page,get_example,run_synsemaandtest_synsema. Your agent searches, reads, runs and tests code remotely. -
Editor highlighting (optional)
A syntax-highlighting extension for VS Code, Cursor and Windsurf: editors/vscode on GitHub.