Packages
Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.
Current section
Files
Jump to
Current section
Files
docs/_includes/installation.md
## Installation
```elixir
# Minimal - Just terminal buffers
{:raxol_core, "~> 2.0"}
# Web integration - Add LiveView
{:raxol_core, "~> 2.0"},
{:raxol_liveview, "~> 2.0"}
# Full framework
{:raxol, "~> 2.0"}
```
```bash
mix deps.get
```