Prxi Installation
Beta Feature
Prxi is currently in beta. Consider using the Desktop app (prx web) for a more stable experience.
Prxi is included in the projax installation.
Installation
Install projax globally:
npm install -g projax
Prxi is included in the installation.
Launching
Start Prxi:
prx i # Short alias
prx prxi # Full command
Development Setup
For development or building from source:
# Clone repository
git clone https://github.com/josetwentyfour/projax.git
cd projax
# Install dependencies
npm install
# Build Prxi
npm run build:prxi
# Or build all packages
npm run build
Development Mode
Run in development mode:
# From root
npm run dev:prxi
# Or from package
cd packages/prxi
npm run dev
System Requirements
- Node.js: Version 18.0.0 or higher
- Terminal: Terminal emulator that supports:
- ANSI colors
- Full-screen mode
- Keyboard input
- Operating System: macOS, Linux, or Windows
Terminal Compatibility
Prxi works best with:
- iTerm2 (macOS)
- Terminal.app (macOS)
- Alacritty
- Windows Terminal
- Most modern terminal emulators
Troubleshooting
Prxi Won't Start
- Check Node.js version:
node --version(should be >= 18.0.0) - Rebuild:
npm run build:prxi - Check terminal compatibility
Display Issues
- Ensure terminal supports ANSI colors
- Check terminal size (minimum 80x24)
- Try a different terminal emulator
Keyboard Not Working
- Check terminal keyboard input settings
- Try different key combinations
- Use arrow keys instead of vim bindings
Next Steps
- Features - Learn about Prxi features
- Keyboard Shortcuts - All keyboard commands