Multi-File Editing
Describe a single task and ANVIL coordinates edits across every affected function. Changes are ordered so dependent functions update correctly, and each edit is verified independently before it is applied to your codebase.
AI-Assisted Coding for Air-Gapped and Data Sensitive Networks
Intelligent code editing and generation that runs entirely on local hardware. No cloud. No data exfiltration. No compromise on capability.
Runs on a single workstation GPU. No network dependencies.
Works with any local model, from 7B to 70B+. Swap with a config change.
Understands your codebase's architecture, not just its text.
Watch ANVIL take a natural-language task, identify the affected code, and execute validated edits across multiple files — entirely offline.
This demonstrates the CLI interface. The VS Code extension provides the same capability with inline diffs and accept/reject UI.
Sub-edit success rate on a 7B parameter model running on consumer GPU hardware.
Standard local model methods using the same 7B model achieve approximately 11% on the same tasks. ANVIL's orchestration closes the gap between local inference and cloud-hosted AI tools — without sending a single byte off the machine.
ANVIL handles multi-step coding tasks that single-prompt AI tools cannot — coordinating edits, validating results, and retrying failures automatically.
Describe a single task and ANVIL coordinates edits across every affected function. Changes are ordered so dependent functions update correctly, and each edit is verified independently before it is applied to your codebase.
New modules and services scaffolded from the patterns already present in your codebase. ANVIL learns the structure of your existing code — naming conventions, file layout, function signatures — and replicates it for new components, then fills in the implementation automatically.
Describe tasks in natural language without memorizing function names or file paths. ANVIL identifies what you are referring to from your project's vocabulary and determines the full scope of the change — which files, which functions, which callers need updating.
Every edit is verified before application: syntax correctness, scope enforcement confirming the model only changed what it was asked to change, and signature consistency across dependent functions. Failed edits are retried with specific error feedback — not vague "try again" prompts.
Configurable model profiles for different deployment scenarios. A 7B model on a developer's workstation for daily use. A larger model on a shared appliance for complex tasks. Switch between profiles without pipeline changes — same orchestration, different inference backend.
Single-workstation mode for individual developers: everything on one machine with a GPU. Appliance mode for teams: inference and orchestration on a server, developers connect over the local network. Both modes are fully air-gapped with zero external dependencies.
Classified software development, SCIF environments, air-gapped networks. Programs where cloud-based AI tools are prohibited and developers currently have no AI assistance at all. ANVIL brings modern AI-assisted coding to the environments that need it most.
HIPAA-covered development, financial services, legal tech — any organization whose compliance posture prohibits sending source code to third-party APIs. Get AI coding assistance without changing your security architecture or risking data exfiltration.
TypeScript / JavaScript|Roadmap: Python, C/C++, Rust
Whether you operate in a classified enclave or a compliance-restricted enterprise, we can walk you through deployment options and a live demonstration.