Download
Get KSP
The Rust implementation is available now on GitHub. SDKs and tools are on the roadmap.
✅ Available
Rust Source
Clone the repository and build from source. Requires Rust stable ≥ 1.80.
git clone https://github.com/Kush2272/ksp
cd ksp && cargo build --release
View on GitHubcd ksp && cargo build --release
🔬 Developer Preview
KSP Browser
Browser extension enabling KSP connections from web pages via a bridge protocol.
Developer Preview - Early 2027
🔜 Roadmap
KSP CLI
Command-line tool for sending packets, capturing traffic, and testing KSP connections.
In development · Expected release: Mid October 2026
View roadmap →Python🔜 Roadmap
Python SDK
On the roadmap.
Go🔜 Roadmap
Go SDK
On the roadmap.
TypeScript🔜 Roadmap
JavaScript SDK
On the roadmap.
Quick Start (from source)
# Clone the repository
git clone https://github.com/Kush2272/ksp && cd ksp
# Start the server
cargo run --bin ksp-server
# In another terminal — connect a client
cargo run --bin ksp-client
# Run benchmarks
cargo bench