The trust layer for AI agents.
Deterministic policy enforcement, cryptographic audit trails, and fleet-wide coordination for every agent in your stack. Zero code changes.
install.sh
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env shset -eu ISONAPSE_HOME="${ISONAPSE_HOME:-$HOME/.isonapse}"mkdir -p "$ISONAPSE_HOME/bin" curl -fsSL https://get.isonapse.dev/bin/isonapse \ -o "$ISONAPSE_HOME/bin/isonapse"chmod +x "$ISONAPSE_HOME/bin/isonapse" isonapse hook initisonapse hook intel downloadisonapse hook serve