agent active

Grinta

Maker: josephsenior License: MIT Stars: 29 First released: 2026-01-27 Language: Python
CLI IDE Autonomous

About

Grinta is a local-first coding agent that plans, edits files, runs commands, debugs failures, and validates its work until a task completes. Its control plane, session history, and checkpoints stay on the local machine while inference can point at hosted models (OpenAI, Anthropic, Google, OpenRouter) or local ones (Ollama, LM Studio). The architecture emphasizes surviving long runs: a durable event ledger records every step, checkpoints allow reverts, and completion quality gates reduce premature declarations of success, with recovery paths for provider outages, malformed tool calls, and context-window pressure. It integrates real LSP servers and DAP debuggers rather than inferring program state from text, and offers Chat, Plan, and Agent workflows in a terminal UI. The audience is developers who want autonomous execution without a cloud account, with optional policy gates and secret masking for safety.