One-file, zero-dependency primitives for Python and JavaScript.
Download a file. Drop it in your project. Use it.
macOS / Linux:
curl -fsSL https://axiomlayer.com/install.sh | sh
Windows:
irm https://axiomlayer.com/install.ps1 | iex
Then:
axiom init myproject && cd myproject && axiom add pico jot simplenv
axiom init <name> | Create project |
axiom add <name> | Download primitives or cookbooks |
axiom add --js <name> | Download JS primitives |
axiom run <cookbook> | Run an installed cookbook |
axiom list | List everything |
Select what applies. Get your stack.
Live validation powered by sift.js. Edit the JSON:
Every primitive is a single file:
curl -O https://axiomlayer.com/py/pico/pico.py curl -O https://axiomlayer.com/js/signal/signal.js
A primitive is the smallest useful unit of software. It does one thing. It depends on nothing. It fits in your head.