Set up Telos with your agent.
curl -fsSL https://usetelos.ai/install.sh | sh.telos login to sign in to Telos Cloud.telos-cli skill to get started.Telos is a platform to turn declarative goals into running software.
A goal is an executable contract (SPEC.md) paired with skills and rubrics that serves as your living source of truth. Telos continuously iterates towards the goal.
A public status page for Halcyon’s services.
GET /api/status returns every service with its current state.Telos works best when you collaborate with an interactive agent to iterate on your goals.
Persistent VM sandboxing built for long-running, stateful workloads (checkpoint/restore, default-deny egress, stable hostnames).
Over 40 common developer tools baked into the environment, for your most complex and diverse goals.
Python, Node.js, Clang, Bazel, Git
pytest, Playwright, Chromium
Kubernetes, Helm, OpenTofu
Database, network, and observability tools
Use Telos-managed models, a connected subscription, or your own API key.
Telos stores and hosts spec and skill packages: immutable, versioned artifacts resolved by exact digest.
How packages and skills workYes! Telos is designed to be driven by your coding agents. We expect you to write specs interactively with your coding agent and use Telos to delegate execution to the background.
Spec-driven development is a workflow that uses specs to steer creation of code. The code is still the artifact you maintain afterward and the final source of truth. In Telos the spec is the durable contract, the code is abstracted away, and Telos keeps them both reconciled.
Telos is not an AI IDE or chatbot app builder, where imperative prompts guide AI agents and are disposed of after. Instead, specs are the declarative source of truth for the software — living, versioned artifacts.
Telos uses a pair of adversarial coding agents that iterate until the spec has been satisfied. This serves as a forcing function for spec correctness against the desired contract. Read more on our work here.
The Telos CLI (harness and framework) is source-available here. Telos Cloud provides managed agent execution and cloud hosting.