Compliance

Eigin shares its compliance self-assessments openly, with claims referenced to the codebase.

AssessmentFrameworkStatus
CASACloud Application Security Assessment v2.1.1Final, independently validated by TAC Security
AI ActRegulation (EU) 2024/1689Draft
GDPRRegulation (EU) 2016/679Draft
App Store ReviewApp Store Review Guidelines, June 2026Submitted

Eigin ApS (CVR 46428765, Denmark) publishes the Eigin App and operates the Eigin Relay. Source is at code.eigin.ai under AGPL-3.0.

System context

Eigin is a local-first personal AI app. The agent, its memory, and its tool calls execute on the user's device. The App can run an AI model on-device, or send conversations to a hosted inference service.

ComponentWhat it is
Eigin AppNative client. Runs the agent and its tools against a local or hosted model, and holds credentials for connected accounts
Eigin RelayConnectivity service. Proxies inference and search, manages inference credits, and serves on-device model files. Backed by a database for credits and quotas, and an object store mirroring model files

The system depends on these external services:

DependencyRelationship
AI modelsThird-party general-purpose models. Small models run on-device; larger models are hosted
Hosted inference providersEU-based providers serving models behind the Relay, or a provider the user brings their own key to
Connected account providersThird-party accounts the user connects in the App
Web search providerSearch API, proxied through the Relay
App storeSells credit packs and notifies of refunds

For the full architecture, see System context.