SynapsCLI banner
HaseebKhalid1507 HaseebKhalid1507

SynapsCLI

AI community

Description

A terminal-native AI agent runtime built in Rust. Interactive chat, parallel agent orchestration, and autonomous supervision.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

SynapsCLI

Lightning fast terminal-native agent runtime

crates.io Rust Built With Ratatui 20MB binary License Discord

Run AI agents from one binary. Tools, subagents, and extensions built in.
Any model, 20MB, 20ms cold start.


SynapsCLI — a crew of agents running in parallel

Synaps is an agent runtime written in Rust. It runs agents with built-in tools, subagents, and extensions against any model, from Claude and ChatGPT to a local Ollama. The terminal UI is one client of the engine: `synaps rpc` speaks JSON-RPC over stdio, so other programs can drive it. Extend it with plugins in any language and MCP servers.


Why Synaps

  • Agents are not chat. They're autonomous programs that happen to use language models. Treat them like services.
  • Own your agent. The system prompt is a file on disk. The tool list is opt-out. Your turns are yours; nothing phones home.
  • Multi-agent is the default. Single-agent is just n=1.
  • Speed is a feature. A 2-second