repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
5a761ab
parent
9d01661
author
Eric Bower
date
2026-04-16 20:50:35 -0400 EDT
docs(readme): copy
1 files changed,  +6, -2
M README.md
+6, -2
 1@@ -25,7 +25,10 @@
 2 - Works on mac and linux
 3 - This project does **NOT** provide windows, tabs, or splits
 4 
 5-[demo video](https://youtu.be/UIXj0_rhPgI?si=NolwGR4GTCQOESy6)
 6+## demos
 7+
 8+- [zmx - intro](https://youtu.be/UIXj0_rhPgI)
 9+- [zmx - ai portal](https://youtu.be/CV3skPYHP4Q)
10 
11 ## install
12 
13@@ -57,9 +60,10 @@ brew install neurosnap/tap/zmx
14 - Clone the repo
15 - Run build cmd
16 
17+Be sure to add `~/.local/bin` to your `PATH`:
18+
19 ```bash
20 zig build -Doptimize=ReleaseSafe --prefix ~/.local
21-# be sure to add ~/.local/bin to your PATH
22 ```
23 
24 ## usage