▊
An AI agent that lives in your terminal. Zenox reviews diffs, patches dependencies, and orchestrates builds — all without leaving the command line.
Fetching zenox installer...
Detected OS: linux — arch: amd64
Downloading zenox v1.0.0...
Extracting to /usr/local/bin/zenox
Verifying checksum...
Installation complete.
Downloading zenox installer...
Detected OS: windows — arch: x64
Downloading zenox v1.0.0...
Extracting to C:\Program Files\Zenox\bin\zenox.exe
Adding to PATH...
Installation complete.
Code Optimization
Lints, formats, and refactors your codebase through language-server-aware AST transformations.
Dependency Patches
Scans lockfiles for known vulnerabilities and opens fix PRs against your repository.
Build Orchestration
Caches intermediate artifacts and parallelizes build steps across available cores.
Static Analysis
Runs type checks, unused export detection, and circular dependency tracing per commit.
Change Scoping
Analyzes changed files to determine minimal rebuild and retest surface area.
CI Integration
Hooks into GitHub Actions, GitLab CI, and Bitbucket Pipelines out of the box.