env — skill0
Install any software instantly. No sudo. No system pollution.
Quick Start
# Install x-cmd
eval "$(curl https://get.x-cmd.com)"
# Install Python
x env use python
# Install Node.js
x env use node
# Install CLI tools
x env use jq
x env use fzf
# Try without installing permanently
x env try python3 script.py
What's Available
600+ packages including:
- Languages — python, node, go, bun, java, rust
- CLI tools — jq, yq, fzf, himalaya
- Dev tools — claude-code, code-server
Key Features
- No sudo — installs to user directory
- Version management — install and switch versions
- Try before install —
x env tryfor temporary use - Cleanup —
x env cleanremoves unused packages
This skill0 grows
Starting with the essentials. Will add:
- Common install patterns
- Version pinning tips
- Multi-language project setup guides
Full experience
x env --help for all options after installing x-cmd.