Press / share kit
Copy-paste facts for posts, newsletters, and lists.
One-liners
- Tollgate (landjunge) — open-source AI agent safety layer (Protect · Route · Prove). Not OpenTollGate / road tolls.
- Gnom-Hub (landjunge) — local multi-agent desk (brainstorm free, Execute on purpose).
Links
- Tollgate site: https://landjunge.github.io/tollgate/
- Tollgate repo: https://github.com/landjunge/tollgate
- Gnom-Hub site: https://landjunge.github.io/gnom-hub-v1/
- Gnom-Hub repo: https://github.com/landjunge/gnom-hub-v1
- Ecosystem: https://landjunge.github.io/tollgate/ecosystem.html
- Launch post: https://landjunge.github.io/tollgate/blog/launch.html
- Gist (stack): https://gist.github.com/landjunge/ce4190deb6536cc6134c767f500c4dc9
- Gist (10-min cold path): https://gist.github.com/landjunge/5b36c2afc4e5242e55700aee28407f03
- Safety checklist: https://landjunge.github.io/tollgate/blog/checklist.html
- Launch DE: https://landjunge.github.io/tollgate/blog/launch-de.html
- Resilience challenge: https://github.com/landjunge/tollgate/discussions/12
Share images
stack-share.png · promo-square.png · og.png
Cold start
git clone https://github.com/landjunge/tollgate.git && cd tollgate python3 -m venv .venv && .venv/bin/pip install -e . ./scripts/ten-minute.sh # or GHCR docker pull ghcr.io/landjunge/tollgate:latest docker run --rm -p 8787:8787 -v "$PWD/data:/data" ghcr.io/landjunge/tollgate:latest
Package: ghcr.io/landjunge/tollgate · tags latest, 1.0.12