Orty · v0.1.0 alpha

A modular assistant service for systems that need a clear center.

Orty is an early-alpha FastAPI service for AI-assisted applications. It provides authenticated clients, provider routing, durable conversation state, and clean boundaries for connected clients such as Alfred.

Current deploymentCloud Run service, connected to Alfred by default

The deployed service scales to zero when no requests are being processed. Current work focuses on durable PostgreSQL-backed storage and beta maturation.

01

Authenticated clients

Client registration and token lifecycle APIs provide an explicit foundation for connected applications.

02

Flexible provider routing

Local and remote LLM provider support keeps deployments adaptable without tying the system to one model service.

03

Durable context

Conversation history and client-scoped memory APIs support continuity while retaining clear service ownership.

Connected platform

Built to work with Alfred.

Alfred is an Android assistant client with local-first speech, deterministic device actions, persisted history, and optional Orty connectivity. Orty provides a modular service boundary for the connected platform while Alfred retains useful local behavior.

Both projects remain under active pre-release development. The public description reflects implemented foundations and stated deployment work, not a finished consumer release.