Skip to content
@sphragis-oss

sphragis-oss

EU AI Act compliance gateway for Claude Code and any OpenAI/Anthropic-compatible LLM: local PII redaction and a tamper-evident audit log.
sphragis-oss

Open source tools you actually control.

Website No SaaS in the data path


sphragis-oss builds self-hosted, trust-first software: nothing leaves your machine and no code runs unless you explicitly allow it. Every project carries an ancient Greek name for the thing it actually is: the seal, the chorus leader, the board.

Projects

sphragis · σφραγίς, the seal

Release License Go Report Card

The EU AI Act compliance gateway: a single Go binary that sits between your apps and any OpenAI- or Anthropic-compatible LLM, with first-class support for Claude Code. It strips personal data out of every request before it leaves your network and writes a tamper-evident, hash-chained audit log. If the audit write fails, the call is not forwarded. The seal pressed into wax proved a document untampered; that is exactly what sphragis verify does.

# point any client at the gateway; PII is tokenized before it leaves the machine
export SPHRAGIS_UPSTREAM_BASE_URL=https://api.anthropic.com
sphragis serve                                  # listens on :8787

export ANTHROPIC_BASE_URL=http://localhost:8787 # Claude Code now runs through it

# later: prove the audit log was never altered
sphragis verify ~/.sphragis/audit.jsonl
# OK: 42 records, chain intact

choragos · χορηγός, the chorus leader

Release License

A secure multi-agent coding orchestrator. Choragos runs a team of AI coding agents in its own TUI with PTY panes and routes every agent's LLM traffic through sphragis, so the whole chorus gets local PII redaction and a tamper-evident audit trail by construction. The choragos led and funded the chorus; here it leads a chorus of agents.

pinax · πίναξ, the board

Release License

A config-driven, LLM-buildable dashboard framework for Obsidian: tables, kanban boards, heatmaps, stats and forms on top of the notes you already have, all from a single profile.json. Trust is a per-profile boundary: web embeds, command buttons, note writing and custom widget code are separate toggles, all off by default, and an imported profile never inherits trust you granted another. Ready-made dashboards live in pinax-profiles.

Repositories

Repository Description
sphragis Core gateway: proxy, PII/secret redaction, hash-chained audit log, verify and anchor
choragos Multi-agent coding orchestrator with enforced compliance routing through sphragis
pinax Dashboard framework for Obsidian: live, trust-gated, built from one profile.json
pinax-profiles Community dashboard profiles for pinax, zero trust on import
homebrew-sphragis Homebrew tap for installing the sphragis CLI on macOS

sphragis.eu · open source · built in the open

Popular repositories Loading

  1. sphragis sphragis Public

    EU AI Act compliance gateway for Claude Code and OpenAI/Anthropic-compatible LLMs: redacts PII locally and keeps a tamper-evident, hash-chained audit log.

    Go 4

  2. choragos choragos Public

    Secure multi-agent coding orchestrator. A tmux-style deck running a chorus of AI coding agents in owned PTY panes, with optional EU AI Act compliance routing via Sphragis.

    Go 1

  3. homebrew-sphragis homebrew-sphragis Public

    Homebrew tap for Sphragis (EU AI Act compliance gateway)

    Ruby

  4. .github .github Public

    Organization profile for Sphragis (sphragis.eu)

  5. pinax pinax Public

    Config-driven dashboard framework for Obsidian: tables, kanban boards, heatmaps and forms on top of your notes, from a single profile.json. LLM-buildable, trust-gated, live.

    TypeScript

  6. pinax-profiles pinax-profiles Public

    Community dashboard profiles for pinax: import a profile.json bundle and get a working Obsidian dashboard. Zero trust on import.

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…