A Native Domain-Specific Language and Virtual Machine for Agentic Workflows.
Bridging language abstraction and execution efficiency for next-generation LLM applications.
Welcome to the official GitHub organization for Nexa. We are building the infrastructure to make non-deterministic, I/O-bound agentic workflows robust, fast, and scalable.
- ⚡ Nexa — The core repository. Includes the Actor-based VM with
$O(1)$ COW state snapshots and the DSL compiler. - 🛠️ Nexa CLI — Command-line tools to build, test, and deploy Nexa workflows.
- 📚 Nexa Docs — The source code for
docs.nexa-lang.com. - 🧩 Nexa Examples — Ready-to-use boilerplate and advanced patterns (ReAct, Tree-of-Thoughts) written in Nexa DSL.
# Install the Nexa toolchain
curl -sSL [https://nexa-lang.com/install.sh](https://nexa-lang.com/install.sh) | bash
# Run your first agent workflow
nexa run hello_world.nxWe welcome contributions from the community! Whether it's submitting a bug report, proposing a new feature, or writing code, your help is appreciated.
Please read our Contributing Guidelines to get started.
