Pyright LSP Bridge with Ruff Formatting Support
This release includes Ruff formatter bundled with Unix builds (Linux/macOS).
Platform Support
- ✅ Linux x64 (~46 MB) - Includes Ruff formatter
- ✅ macOS Intel (x64) (~44 MB) - Includes Ruff formatter
- ✅ macOS Apple Silicon (arm64) (~44 MB) - Includes Ruff formatter
- ✅ Windows x64 (~34 MB) - Pyright only (no Ruff)
Note: Ruff formatting is only bundled for Unix-based systems (Linux/macOS). Windows builds include Pyright language server capabilities only.
Features
- ✅ Python language server (Pyright) - All platforms
- ✅ Code formatting (Ruff) - Linux/macOS only
- ✅ Cross-platform support
- ✅ Bundled Node.js runtime
- ✅ WebSocket-based communication
Installation
Linux:
tar -xzf linux-x64.tar.gz
cd linux-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jessemacOS:
tar -xzf darwin-arm64.tar.gz # or darwin-x64.tar.gz for Intel Macs
cd darwin-arm64 # or darwin-x64
./start.sh --port 9011 --bot-root /path/to/bot --jesse-root /path/to/jesseWindows:
REM Extract win32-x64.zip
cd win32-x64
start.bat --port 9011 --bot-root C:\path\to\bot --jesse-root C:\path\to\jesseFull Changelog: v1.0.5...v1.0.6