-
Notifications
You must be signed in to change notification settings - Fork 1
Install & Build.md
Dark Meta edited this page Aug 18, 2025
·
1 revision
-
Rust: stable toolchain via
rustup
(ensurecargo
available) - Git: for cloning and contributions
-
Node.js (optional): enables
aeonmi run
to execute JS output - Unicode‑capable font: see Fonts & Unicode
git clone https://github.com/DarthMetaCrypro/Aeonmi.git
cd Aeonmi
cargo build
# or optimized
cargo build --release
The resulting binary will be at target/release/aeonmi
(Linux/macOS) or target\release\aeonmi.exe
(Windows).
# show help
target/release/aeonmi --help
# open the Shard shell
target/release/aeonmi shard
- If you see CRLF warnings from Git, consider adding a
.gitattributes
with:or set* text=auto eol=lf
git config core.autocrlf true
. - Terminal: Use Windows Terminal or PowerShell with a Unicode font.