About nd7
nd7 is an open-source tool that runs AI coding agents such as Claude Code inside a sandbox enforced by the operating system, and keeps a secure audit log of what they did. It is written in Rust and developed in the open at github.com/nd7-dev/nd7-core under the MIT license.
Why nd7 exists#
Coding agents now run shell commands, edit files and reach into servers on their own. When something goes wrong, there is usually no record other than the agent's own account of events, and no boundary other than a permission prompt that a person has to read and answer every time. nd7 exists to provide both things: a boundary the operating system enforces, and a log the agent cannot edit.
Who builds it#
nd7 is built by Ahmed Abouzied and contributors. Every significant design choice is written down with its reasons in the repository's design decisions, so you can see why the tool is shaped the way it is.
Contact#
Write to info@nd7.dev or open an issue on GitHub.