Show HN: Grinta – a local-first coding agent built for long autonomous runs Developer Youssef Mejdi released Grinta v1.0.0-rc1, a local-first, provider-agnostic coding agent for long autonomous runs that integrates with LSP and DAP. The tool runs entirely on the user's machine without cloud dependency, supports multiple AI model providers, and includes safety rails and durable session management. It is available for Linux, Windows, and macOS via pipx. Local-first. Provider-agnostic. Ships with real LSP + DAP. Optional extras stay opt-in.A terminal coding agent that plans, executes, validates, and finishes — without a cloud control plane, without lock-in to one model vendor, and without the old heavyweight install footprint. Current status: v1.0.0-rc1 public release candidate. Linux, Windows, and macOS run required unit and extended CI gates; smoke-install and onboarding validation are in place. Remaining GA work is mostly documentation alignment, contributor-doc honesty, and edge-case hardening after the post-rc1 decomposition wave. Created and maintained by Youssef Mejdi https://github.com/josephsenior . Direct link if the video does not load: docs/assets/grinta-demo.mp4 /josephsenior/Grinta-Coding-Agent/blob/main/docs/assets/grinta-demo.mp4 . - Latest public build is v1.0.0-rc1 release candidate , not final GA. - Required CI covers sharded Linux unit coverage 75% , cross-platform unit gates, and integration/e2e/stress on Linux, Windows, and macOS; smoke-install and onboarding validation are in place for the current release line. - We are actively collecting feedback on UX clarity and edge-case reliability before the GA call. - Linux, Windows, and macOS are supported release targets, but certification depth differs by platform; see docs/SUPPORT MATRIX.md /josephsenior/Grinta-Coding-Agent/blob/main/docs/SUPPORT MATRIX.md . - If you hit friction, please open an issue with the RC Feedback template from the issue chooser. - GA criteria and release gate details live in docs/RELEASE CHECKLIST.md /josephsenior/Grinta-Coding-Agent/blob/main/docs/RELEASE CHECKLIST.md . Grinta distinguishes itself by focusing on a completely local-first, provider-agnostic, and deeply integrated terminal workflow. Unlike thin wrappers or cloud-dependent control planes, Grinta: Local-first : Grinta’s control plane, execution, storage, and session history run locally. Model inference may be local or remote depending on the configured provider. Provider-agnostic : Connects seamlessly with OpenAI, Anthropic, Google, OpenRouter, Ollama, or LM Studio using a unified interface. Deep tooling integration : Automatically discovers and integrates with local Language Servers LSP and Debug Adapters DAP on your PATH. Built-in safety rails : Classifies actions by risk, implements confirmation gates, and masks secrets in console outputs. Durable long sessions : Built with an event-stream ledger supporting automatic compaction, manual checkpoints, and easy reverts. Consumer, dev, Windows, WSL2, Linux, macOS: docs/QUICK START.md /josephsenior/Grinta-Coding-Agent/blob/main/docs/QUICK START.md pipx install grinta consumer — then cd "