Try the Demo
A live demo is running at demo.2wee.dev — a sample ERP application with customers, sales orders, and purchase documents. No login required.
The demo server is located in New York. If you are connecting from far away you may notice some latency — this is normal. The native client only sends API calls over the network, so it feels significantly faster than the web terminal from a distance.
In the browser
No installation needed. Open it directly:
On macOS
Install the native client and connect to the demo server:
curl -sL https://github.com/2wee-dev/client/releases/latest/download/install.sh | sh
2wee https://demo.2wee.dev/terminalWorks in any terminal — for the best experience use a true color terminal such as iTerm2, Ghostty, or similar.
On Windows
irm https://github.com/2wee-dev/client/releases/latest/download/install.ps1 | iexRestart your terminal, then connect:
2wee https://demo.2wee.dev/terminalRequires Windows Terminal.
On Linux
Download the binary for your platform from GitHub Releases, make it executable, and move it to your PATH. Then:
2wee https://demo.2wee.dev/terminal