Tech Stack
The stack behind Iris.Md.
A Rust core, a Python skill layer, and battle-tested infrastructure for memory, messaging, telemetry, and isolation.
Tech Stack
Security.
seccomp-bpf syscall filtering, signed skills, and per-channel ACLs.
toml
[security]
sign_skills = true
trusted_keys = ["~/.iris/keys/team.pub"]
seccomp_profile = "strict" # strict | default | off
egress_allowlist = ["api.openai.com", "*.github.com"]