act101 is a code transformation and verification tool that lets AI agents refactor and port code across 163 languages using AST-aware operations, with a deterministic gate that classifies each change before merge.
act101 is a native Rust binary that gives AI agents real refactoring and porting capabilities via MCP and CLI. It takes source code edits proposed by agents and runs them through a three-stage pipeline — Analyze, Act, Attest — producing a deterministic MERGE / REVIEW / BLOCK verdict along with a signed receipt and one-command rollback. The tool runs locally with zero dependencies, no data exfiltration, and integrates with Claude Code, Cursor, Codex, Windsurf, Zed, and opencode. It was built by an engineer with decades of experience in correctness-critical software (financial services, medical devices, biotech).
The tool operates in three stages. Analyze: 41 analyzers map the codebase (dead code, cycles, coupling, hotspots, seams). Act: 183 refactor operations transform code (rename, extract, inline, move, modernize). Attest: 6 verify ops plus the act gate classify the change, find reaching tests, diff side effects, and return a deterministic verdict with a signed receipt. The agent then merges, reviews, or rolls back with one command.
Freemium with four tiers. Builder Edition: $0 free forever (personal, non-commercial, open-source). Engineering Edition: $29/month (commercial license, full mutation toolkit). Architecture Edition: $59/month (structural analysis, whole-codebase taint). Elite Edition: $99/month (adds 25 premium languages: COBOL, Fortran, Ada, Solidity, CUDA). All prices USD, 7-day free trial.
Yes, the Builder Edition is free forever for personal, non-commercial, and open-source projects. Commercial use requires a paid subscription starting at $29/month.
It registers as an MCP server or CLI plugin with Claude Code, Cursor, Codex, Windsurf, Zed, and opencode. Installation is one command per tool (e.g., act install cursor).
Share feedback and ask questions about this launch.
No comments yet. Start the conversation!