AuthOS

The Authentication
Operating System

The complete, self-hosted identity platform for B2B, B2C, and developer tools. Handles millions of authentications so you can focus on your product.

Single Binary
deployment
Universal
JavaScript SDK
100% Control
data ownership
Open Source
transparent core

Built for speed, not excuses

Rust core. Zero GC pauses. Real benchmarks from K6 load tests.

12ms
P50 Latency
Token verification
< 50MB
RAM Usage
Idle state
25M
MAUs
Single SQLite node
Rust
Powered
Memory safe & fast

Everything you need, nothing you don't

Built for B2B SaaS from day one.

Multi-tenant Native

Organizations, teams, and role-based access built in. Not a bolt-on.

Self-Hostable

Your infrastructure, your data. Deploy anywhere: on-prem, VPC, or use our cloud.

Enterprise SSO

SAML 2.0 and OIDC federation. Let customers bring their own IdP.

Passkeys & MFA

WebAuthn, TOTP, and email verification. Phishing-resistant auth.

Fine-grained Permissions

Google Zanzibar-style ReBAC. Define who can do what, on what resource.

Observable

Prometheus metrics, structured logs, and audit trails. Debug in minutes.

Ship in minutes, not months

A strongly-typed SDK that works. Install, authenticate, ship.

Read the docs →
import { SsoClient } from '@drmhse/sso-sdk';

// Initialize client
const sso = new SsoClient({
  baseURL: 'https://auth.your-api.com'
});

// Authenticate
await sso.auth.login({
  email: 'user@example.com',
  password: 'mypassword'
});

// Get user profile (token automatically handled)
const user = await sso.user.getProfile();

Total visibility. Full control.

Monitor users, manage tenants, and respond to threats from a single pane.

API Request Rate RPS
4,280
Global Latency (P99) ms
24ms
Active Sessions Live
892,104
Threats Blocked Security
12,402

Ready to ship?

Stop building auth. Start building your product.

Get Started Free Star on GitHub