px0 - Lightweight Read Only IDE
Arpit Bhayani has built a lightweight read-only IDE in golang.
The goal for this project is that, it is primirly intented for code review or reviewing AI generated code.
Unlike VS Code/Cursor or simililar IDEs it does not take huge memory when you run it.
And that’s it’s USP.
How to get started?
It is just a single binary
curl -fsSL https://px0.ai/install.sh | bash