Zell is a toy shell written in Zig.
- Interactive command prompt
- Simple command execution (like
ls,cat, etc.) - Lightweight and minimal dependencies
- Written entirely in Zig
- Make sure you have Zig installed.
- Clone the repository:
git clone https://github.com/aefuente/zell.git
cd zell- Build Zell:
zig build -Doptmize=ReleaseFast- Run Zell:
./zig-out/bin/zellMIT License © 2025 Andre Fuentes