code. create. conquer.
Run emtypyie projects from your terminal with ease — the future runtime engine.
installation
Install the native C binary (recommended) or the Node.js version
winget install myrachane.emtypyie-cli
choco install emtypyie-cli
npm install -g emtypyie-cli
The winget & choco packages ship the self-contained C native build. npm installs the Node.js version (requires Node 18+). After installation, run emtypyie in your terminal to start.
commands
All commands use the / prefix
new features
Recent additions to emtypyie-cli
removed features
What no longer exists in the current version
themes
Built-in themes + customizable bakafetch accent (amber, white, slate, violet, cyan)
faq
Click a question to expand it
npm install -g emtypyie-cli, npm automatically symlinks the binary to your global npm prefix, making emtypyie available in your terminal out of the box. No scripts, no config files, no surprises.
/update, or manually via npm with npm install -g emtypyie-cli@latest. To remove it entirely, run npm uninstall -g emtypyie-cli — since nothing touches your PATH or system config, uninstalling leaves no residue behind.
/get <project> fetches the latest version from cdn.emtypyie.in/dev and installs it locally. /list shows available projects, and /<project> runs an installed one directly by name.