Durable queue lifecycle
Jobs move through an explicit lifecycle: inbox → pending → approval → running → done or failed. Every state transition is tracked and recoverable.
Capabilities · v0.1.9
VoxeraOS is built stability-first, currently in open-source alpha. Every capability serves a single purpose: give operators confidence that AI is doing exactly what they asked — through a governed queue, with approval gates, and a full artifact record.
In v0.1.9
The queue is the execution trust boundary. Natural language becomes a durable queue job. Every side-effecting action is policy-evaluated, approval-gated, and artifact-backed — before anything runs.
Jobs move through an explicit lifecycle: inbox → pending → approval → running → done or failed. Every state transition is tracked and recoverable.
When a job requires approval, execution stops. The job waits in pending approvals until an operator explicitly allows it. Nothing advances unilaterally.
Every completed job produces evidence: the plan, what policy allowed, what executed, and the outcome. Inspectable. Permanent. Provable.
Large or hostile inputs are handled safely with clear limits. Your system stays protected regardless of what's sent to it.
User content is structurally separated from system instructions. No prompt confusion, no blurred lines between intent and control.
Jobs run in rootless containers with network disabled by default. No cross-job access, no unintended side effects.
In v0.1.9 + next directions
Operators deserve clarity, not complexity. The web panel gives you a real-time view of system health and tools to keep things running cleanly.
The panel home shows runtime status instantly. Know whether your system is healthy without digging through logs or running commands.
Preview cleanup safely and run consistency checks from the panel. See the last results at a glance. No guesswork, no risk.
Baseline recovery directories, quarantine buckets, and incident bundles are operational in v0.1.9. Richer recovery inspection tooling is a future direction.
In v0.1.9
Reliability isn't a feature — it's the foundation. Consistent execution, smooth approval flows, and accurate attribution make outcomes predictable and auditable.
Approvals are smoother and more predictable. Reduced friction, no dead-ends. The path from intent to outcome is clear.
Fewer intermittent failures, clearer messages when something doesn't work. Execution behaves the way you'd expect.
Provider attribution displays VoxeraOS properly everywhere. No more confusing defaults — your system identifies itself correctly.
Philosophy
Most AI systems connect reasoning directly to tool execution. VoxeraOS introduces a governed execution layer between Vera's reasoning and real-world actions — so every action has intent, policy boundaries, an approval gate, and a permanent record.
Natural language becomes structured work. Your goals are captured clearly before anything runs.
Rules decide what's allowed, what needs approval, and what's blocked. Boundaries are enforced, not suggested.
Risky actions pause for your sign-off. You control what runs and when. The AI never decides on its own.
Every outcome is recorded. Plans, actions, results — all traceable. If something goes wrong, you know exactly why.
Open-source alpha
Clone the repo and start with the quick start guide, or read the operator reference.