Releases: twiraHQ/twira
Twira v2.0.2
A quality pass on the dashboard, the compliance proxy, and day-to-day guidance.
Added
- Instructions page in the dashboard: what to ask your agent and in what
order, as copy-able prompts. Fromtwira initto the everyday loop of find,
read, check impact, check lore, change, diagnose. - Manage your subscription page in the dashboard: where your plan, billing
and devices live, how this machine picks up changes by itself, and
twira loginfor linking a new install. - Update notice in the dashboard: it tells you when a new version is out,
with the right command for how you installed (npm, Homebrew or installer).
twira updatenow hands over to the package manager that owns the install.
Changed
- Redaction evidence shows the original value (on your machine only).
The proxy shields the AI provider, not you: each redacted value now appears
next to the token it became, so you can vet false positives at a glance.
Long values stay in a bounded column; click to expand. - The event log is now per-project rather than one global log, and
retention is 3 days (was 30).
Fixed
- Test voice on the Notifications page no longer plays stale settings: it
waits until you save and says so, instead of speaking with the old voice. - Homebrew tap address and EULA links in the licence files.
Installation
npm: npm install -g @twira/cli
Homebrew: brew install twirahq/tap/twira
curl: curl -fsSL https://raw.githubusercontent.com/TwiraHQ/twira/main/install.sh | sh
Or download the binary for your platform below.
Verifying
Every archive is signed (ES256) with a matching SHA-256 checksum — see checksums-v2.0.2.sha256.
Twira v2.0.1
Coding power tools for AI agents. Deliver better code, faster and safer.
Twira is a single local binary that gives your AI coding agent deterministic,
indexed access to your codebase — so it reads real code instead of guessing.
Larger context windows didn't fix the hallucinations; deterministic tools did.
Your agent is the operator, Twira is the power tool beneath it, and you stay in
control.
This is the first public release. One command installs it — no signup, no
account, no card.
Two ways to reach every tool
- Your AI agent calls them over MCP — Claude Code, Codex, Gemini CLI, and
anything else that speaks MCP. - You call the same tools yourself from the terminal.
Free on install, for ever (personal use)
- Index — a local knowledge graph of your code: symbols, call graph and
dependencies across 26 languages, kept fresh by a post-commit hook. - Code Search — five modes in one interface: symbol, path, content, regex
and semantic. - Code Read — exact symbol slices, file overviews or whole files straight
from the index, without burning tokens. - No signup, no email, no card. One binary, no runtime dependencies, on macOS,
Linux and Windows.
Pro — the full toolbelt · $29.99/month · 14-day trial, no card · free for
students with a valid .edu email
- Diagnose (SAST) — 65 deterministic detectors across four profiles (Bug,
Health, Security, DOM), in the millisecond range, locally. Suppressions
survive renames and refactors. JSON or SARIF 2.1.0 output. - Dependency vulnerabilities (SCA) — OSV-backed, reachability-filtered,
works offline. - Impact / blast radius — see what a change touches, three levels deep and
risk-rated, before you ship. - Database MCP — map and safely read 6 database engines (PostgreSQL, MySQL,
SQL Server, MongoDB, DuckDB, local), read-only and credential-safe. - Multi-model review — ask, review, brainstorm and debate across 10+ models
from 6+ providers. - Lore, Masterplan and Relay — institutional memory, a shared task graph,
and safe parallel agents that don't collide on one machine. - Cross-language port migration — structural matching for refactors between
languages. - Tamper-evident audit chain — every meaningful action signed, ordered and
RFC 3161 time-stamped; verifiable offline. - AI Compliance Proxy — redact PII and secrets before they reach the model,
keep provider API keys out of the agent's reach, with signed per-call receipts. - Encryption at rest for local databases. Bring your own key for any provider.
18 power tools in all. Deterministic, local-first, cryptographic where it matters.
Works with
26 languages · 6 database engines · 6+ AI providers · macOS / Linux / Windows ·
air-gap capable.
Installation
npm: npm install -g @twira/cli
Homebrew: brew install twirahq/tap/twira
curl: curl -fsSL https://raw.githubusercontent.com/TwiraHQ/twira/main/install.sh | sh
Or download the binary for your platform below.
Verifying
Every archive is signed (ES256) with a matching SHA-256 checksum — see checksums-v2.0.1.sha256.