📖 Looking for up-to-date code documentation?
Check out our DeepWiki, which updates weekly with the latest code changes:
Oxy is an open-source framework for building comprehensive agentic analytics systems grounded in deterministic execution principles. Written in Rust and declarative by design, Oxy provides the foundational components needed to transform AI-driven data analysis into reliable, production-ready systems through structured primitives, semantic understanding, and predictable execution.
To learn more, read our docs.
To install Oxy from binary, run the following command (Mac, Linux, WSL):
bash <(curl --proto '=https' --tlsv1.2 -LsSf https://get.oxy.tech)
Alternative Installation Methods
brew install oxy-hq/oxy/oxy
OXY_VERSION="0.1.0" bash <(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/oxy-hq/oxy/refs/heads/main/install_oxy.sh)
To verify the installation, run:
oxy --version
See our docs on how to modify the agent file, seed it with context, run tests, and create workflows.