What is Broomva
AI chat, Agent OS components, and hosted platform services.
Welcome to Broomva
Broomva brings together an AI chat interface, Agent OS components written in Rust, and hosted platform services. Available models, tools, runtimes, and managed capabilities depend on the active deployment and agreement.
Some components are published under repository-specific open-source licenses; the hosted service and other components may have different terms. Check the LICENSE and NOTICE supplied with the exact component before using or redistributing it.
The vision
Software is becoming biological. Agents are not static programs — they are organisms that perceive, decide, act, and learn. Broomva builds the infrastructure for this future:
- Life — an Agent Operating System with eight subsystems modeled after biological primitives (cognition, persistence, homeostasis, finance, networking, observability, tool execution, and security)
- broomva.tech — a platform that exposes Life's capabilities as managed services, so developers can deploy agents without operating the infrastructure themselves
- An open economy — agents that earn revenue, pay for resources, and trade capabilities through machine-to-machine payment protocols
What you can do today
AI Chat
Authenticated chat with a deployment-selected model set. Memory, research, and tool capabilities are available only when configured and entitled.
Agent OS
Run the full Life runtime locally — Arcan agent loop, Lago persistence, Autonomic regulation, Haima finance, Spaces networking.
CLI Tooling
Manage prompts, skills, and agent context from your terminal. Device-code authentication, daemon mode for local agent runtimes.
Platform Console
Multi-tenant organization management, usage analytics, API key provisioning, and deployment configuration.
Architecture at a glance
The platform is a Turborepo monorepo (broomva.tech) with two primary applications and several shared packages:
broomva.tech/
apps/
chat/ — Next.js 16 AI chat (AI SDK v6, Better Auth, Drizzle)
console/ — Multi-tenant admin console
docs/ — This documentation site
packages/
cli/ — @broomva/cli (Commander, device-code auth)
billing/ — Stripe integration, credits, plan orchestration
tenant/ — Tenant provisioning and isolation
deploy/ — Edge deployment orchestration
conformance/ — Policy enforcement and audit loggingThe Agent OS lives in the separate Rust workspace at core/life and spans identity, runtime, persistence, homeostasis, tools, observability, finance, and networking. See the Life overview for the current measured inventory. The platform and Life connect through API boundaries.
Open source commitment
Licensing is repository- and package-specific. Use the LICENSE and NOTICE files shipped with the exact component you receive; do not infer one license for the hosted service, chat application, CLI, and Agent OS as a whole. The workspace is currently reconciling MIT, Apache-2.0, and hosted-service boundaries.
Next steps
Try the chat Create an account, record the current legal confirmations,
then open broomva.tech/chat. Anonymous prompt processing is disabled.
Read the quickstart Follow the Quickstart Guide to
set up an organization, install the CLI, and make your first API call.
Explore Life Dive into the Agent OS architecture
to understand how Arcan, Lago, Autonomic, Haima, and Spaces work together.