This commit is contained in:
Hardik Vasa 2026-05-14 11:20:01 -07:00 committed by GitHub
commit ac9f318a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -429,6 +429,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o
[Zeal](https://zealdocs.org/) is an offline documentation browser for software developers inspired by [Dash](https://kapeli.com/dash).
[AgentTier](https://github.com/agenttier/agenttier) is a Kubernetes-native platform that provisions isolated, persistent sandboxes for both human developers and AI coding agents from a single Sandbox CRD. Each sandbox is a Pod + PVC + default-deny NetworkPolicy with optional gVisor isolation. Sandboxes can run interactively (browser terminal over WebSocket) or as headless agent workloads via a streaming REST API. Distributed as a single Helm chart with a Python SDK, Go CLI, and React Web UI. Apache-2.0.
### Web servers
[Back to The Top](#table-of-contents)