macOS
brew install fencelocal Homebrew formula metadata
brew
Lightweight sandbox for commands with network and filesystem restrictions. Version 0.1.62 via Homebrew; verified 2026-07-04.
install
brew install fencelocal Homebrew formula metadata
nix profile install nixpkgs#fencenixpkgs package indexes · pkgs/by-name/fe/fence/package.nix · source: api.github.com
overview
Lightweight sandbox for commands with network and filesystem restrictions
history
Fence is a command sandbox and permission layer for running semi-trusted commands with default-deny network access and configurable filesystem and command rules.
The official README states that Fence moved from github.com/Use-Tusk/fence to github.com/fencesandbox/fence, with migration instructions for Homebrew tap users and Go installs. GitHub releases show an initial v0.1.0 release in December 2025 and frequent v0.1.x releases through June 2026.
The documentation positions Fence as a host-native sandbox rather than a container or VM. On macOS it uses sandbox-exec; on Linux it uses bubblewrap with Landlock and seccomp.
Fence's official README emphasizes AI coding-agent workflows and names Claude Code, Codex, Amp, Gemini CLI, GitHub Copilot, OpenCode, and Factory CLI as compatible commands. Packaging is still young, with Homebrew tap, Nix, curl installer, Go install, and source builds documented by upstream.
Basic usage wraps a command with network access blocked by default. Users can apply templates, monitor blocked requests, deny dangerous commands, configure filesystem read/write rules, and inspect the merged config with fence config show.
Fence is significant as a post-agent-era CLI package: instead of being an agent, package manager, or container runtime, it wraps arbitrary developer commands with reusable policy. That makes it relevant to package installation scripts, build scripts, CI jobs, and coding-agent sessions.
security posture
No matching local secret-handling manifest was found for fence. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./fence.jsonc./fence.json~/.config/fence/fence.jsonc~/.config/fence/fence.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fence | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/fencesandbox/fence
install metadata
| Package key | brew:fence |
|---|---|
| Version | 0.1.62 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fence |
| Homepage | https://github.com/fencesandbox/fence |
| Repository | https://github.com/fencesandbox/fence |
| Upstream docs | https://fencesandbox.com/docs |
| License | Apache-2.0 |
| Source archive | https://github.com/fencesandbox/fence/archive/refs/tags/v0.1.62.tar.gz |
| Last updated | 2026-07-04T17:45:23Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fence |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fence
nix profile install nixpkgs#fencesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.