Linux port of the RunIT CLI tool. Provides the same commands and features using native Linux behaviors.
- Ensure
python3andpipare installed - Run
./RunIT-Linux/install.sh
- Start:
./RunIT-Linux/run.sh - Interactive prompt:
RunIT-Linux>
WSL setup instructions are available in RunIT-Linux/WSL_GUIDE.md.
help,version,clear,exitrun,create,search,scan,infodeploy,stopdeploy,share,setportpreview,convert,runai,go,show,editrestart,uninstall,p2pmsg,cid,systeminfo
- Default openers use
xdg-openinstead ofstart clearusesclearinstead ofcls- Deployment stop avoids
taskkilland only shuts down the local server - Batch files are executed via
bashwhere possible - No Windows-only guards; the CLI runs natively on Linux
- Works with UDP hole punching, Diffie-Hellman (X25519), AES-GCM, HMAC
- Requires port forwarding for internet peers behind NAT
- See
docs/P2PMSG_GUIDE.mdfor workflow and troubleshooting
- Public URL sharing via tunneling is disabled by default
- Some Windows-only packages may not be meaningful on Linux
- Optional tunnel integration for sharing
- Extended package ecosystem and Linux-specific helpers
This is the first version of RunIT-Linux so there is no packge ecosystem made for linux yet.