De cero a tu primera sesión de código con IA, en cinco pasos.

Theus es un agente de código que trabaja en tu terminal, en castellano y local-first. Cinco pasos: instalar, conectar tu cuenta, dar tu primera instrucción, volver mañana donde lo dejaste y — si quieres — sumar Ñaupa. El plan Free incluye 25 credits + 19 every day for your first 3 weeks, sin tarjeta y sin fecha de caducidad.

Elige tu sistema

Descargar para Mac

Apple Silicon · 24 MB · versión 1.5.0 · firmado y notarizado por Apple

Ver todas las descargas y sus huellas →
Prefiero instalar desde la terminal

Terminal

$ curl -fsSL https://theus.pe/install.sh | bash
  • Doble clic
  • Todo en castellano
  • Sin tarjeta

Plan Free · 25 credits + 19/day for 3 weeks

Install

Install the CLI with a single command.

The installer downloads the already-compiled program, not a package that needs another runtime: nothing else is downloaded. On macOS it comes signed and notarised by Apple, and the installer checks that signature before leaving it on your machine — if the file is not the one we published, it stops. It is all in the installation guide.

$ curl -fsSL https://theus.pe/install.sh | bash

Connect

Start with theus and connect with theus login.

The CLI opens theus.pe in your browser, you authorise, and the API key comes back on its own through a local callback. There is no need to register first: the link that reaches your inbox also creates your account, lives for fifteen minutes, and the CLI waits exactly that long. From there, one account gives you CLI, chat, console and API. The catalogue of 190 servable models is tiered: the free plan opens 2 so you can try it, and the frontier models start at the first paid plan — the detail is in pricing.

$ theus$ theus loginAbrí tu navegador para que autorices Theus.Te espero 15 minutos. (Ctrl+C cancela; no se cobra nada)✓ Sesion Theus instalada para tu@correo.pe (plan free).

First session

Open a repository and write what you need, in your own language.

Go into your project folder and run theus. Write an instruction — fix a bug, explain a module, write a function — and the agent reads your code, proposes edits you approve or reject, and runs commands with your confirmation. You stay in control at every step.

$ cd mi-proyecto && theus> Corrige el error del formulario de login  y ejecuta las pruebas

Resume

Tomorrow you do not start from zero: theus -c and carry on.

Every conversation is saved in the folder where you had it. theus -c resumes the most recent one for that project with the context already in place, and theus -r opens the picker so you choose which. To continue a conversation without writing over the original, add --fork-session. And inside the session, /resume does the same without leaving the CLI.

$ cd mi-proyecto && theus -c-> retoma la última conversación de esta carpeta$ theus -r-> abre el selector para elegir cuál

ÑaupaOptional

Add Ñaupa: your repository turned into a graph, on your disk.

Ñaupa is the code intelligence engine of Theus: free, with the index on your disk, written in pure C. It parses the AST of 158 languages, builds a knowledge graph of your repository and exposes 19 MCP tools from a static binary. The whole index lives on your machine. The step 1 installer already includes it, on all three systems: this command is only needed if you skipped it or want to reinstall.

$ curl -fsSL https://theus.pe/naupa.sh | bash

Listo paraempezar gratis.

Sin tarjeta · 25 credits + 19/day for 3 weeks

Crea tu cuenta con el plan Free (25 credits + 19 every day for your first 3 weeks, sin tarjeta). Si te quedan dudas, la documentación cubre instalación, uso del CLI, modelos y cuotas; y en precios están los 6 planes al detalle.