Self-hostable authentication and identity infrastructure for modern software.
Authentication, RBAC, sessions, MFA, passkeys, OAuth, audit logs — every part of identity, under one roof. Runs entirely on your infrastructure. Zero phone-home.
| Repo | Purpose |
|---|---|
| server | The Rust auth server — private. Ships as a Docker image: ghcr.io/identsphere/server. |
| admin-dashboard | React-based admin UI for operators — private. |
| docs | Documentation site — published at https://docs.identsphere.com. |
| sdks | Official SDK clients in TypeScript, Python, Go, Ruby, Java, PHP, .NET. |
| examples | Sample integration apps. |
docker run -d --name identsphere \
-p 4000:4000 \
-e DATABASE_URL=postgres://user:pw@host:5432/db \
-e IDENTSPHERE_JWT_SECRET="$(openssl rand -base64 48)" \
-e IDENTSPHERE_PUBLIC_BASE_URL=https://auth.example.com \
-e IDENTSPHERE_FROM_EMAIL=no-reply@example.com \
ghcr.io/identsphere/server:latestThen npm install @identsphere/react for the frontend.
Full integration guide: https://docs.identsphere.com/guide/quick-start.
Proprietary. See each repo's LICENSE file for the End User License Agreement.
Community tier is free forever. Paid tiers (Pro, Scale, Enterprise) unlock SAML, SCIM, audit export, and other premium features.
Contact sales@identsphere.com for licensing.