AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing oxy-hq/oxy in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view> š **Looking for up-to-date code documentation?** > Check out our DeepWiki, which updates weekly with the latest code changes: The Open-Source AI Data Analyst built for Speed and Precision Oxygen is the open-source AI data analyst built for speed and precision. Written in Rust and declarative by design, Oxygen provides the foundational components needed to transform AI-driven data analysis into reliable, production-ready systems through structured primitives, semantic understanding, and predictable execution. Using Oxygen, users can automate data Q&A and reporting, and accelerate building data artifacts such as semantic topics and data applications. Oxygen integrates natively with your existing data stack - data warehouses, ELT tools, semantic layers, and BI tools. Oxygen also comes with its own data tools for a zero-config experience. To learn more, read our docs. Quickstart To install Oxygen from binary, run the following command (Mac, Linux, WSL): Alternative Installation Methods Using Homebrew (macOS only) Installing a Specific Version Installing Edge Builds To install the latest edge build (built from main branch): To install a specific edge version: Browsing Available Releases To list all available releases across stable and edge channels: Filter by channel or adjust the number of results: You can also browse releases directly on GitHub: stable | edge. To verify the installation, run: Quick Deploy Deploy the complete Oxygen demo application with one click: This deployment includes: ⢠ā Complete Oxygen application (Rust backend + React frontend) ⢠ā Demo retail analytics project with Oxygenmart dataset ⢠ā Pre-configured workflows and data apps ⢠ā Persistent storage for databases ⢠ā Free tier available Deployment Steps ⢠**Prerequisites**: Install the Fly CLI ⢠**Login to Fly.io**: ⢠**Deploy**: Follow the prompts to: ⢠Choose your app name and region ⢠Create a persistent volume for data storage ⢠The deployment will automatically use with the demo_project included ⢠**Set your API key** (required for AI features): ⢠**Access your app**: Your Oxygen instance will be live at with the complete demo project ready to explore! Database Oxygen uses PostgreSQL for all deployments. For local development, an embedded PostgreSQL instance starts automatically - no setup required! For production deployments, configure an external PostgreSQL database: See DEVELOPMENT.md for more details about database configuration and migration. --- See our docs on how to modify the agent file, seed it with context, run tests, and create workflows.