# agentbox

> agentbox is a hosted macOS 26.x bootstrap script that prepares a physically accessible Mac for headless admin operation, classic SSH, optional Tailscale access, and future non-admin user-space agents.

agentbox owns the admin/bootstrap layer: base packages, macOS headless settings, SSH/Tailscale connectivity, launchd health, recovery, and security hardening. It does not install agent runtimes, create runtime users, configure application services, or open public WAN access.

Tailscale is recommended, but setup can be explicitly disabled. Authorized keys are optional; when provided, agentbox hardens SSH to key-only login for the invoking admin user.

## Primary Resources

- [Hosted boot script](https://agentbox.boot.tanaab.sh/boot.sh): The generated shell entrypoint for bootstrapping a Mac.
- [GitHub repository](https://github.com/tanaabased/agentbox): Source code, README, workflows, and examples.
- [README](https://github.com/tanaabased/agentbox#readme): Human setup, usage, configuration, and verification guidance.
- [Releases](https://github.com/tanaabased/agentbox/releases): Published release tags for version-pinned installs.
- [Issues](https://github.com/tanaabased/agentbox/issues): Bug reports, regressions, and feature requests.
- [Bootbox](https://github.com/tanaabased/bootbox): The generic macOS bootstrap layer used by agentbox.
