Skip to content

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:

Open demo.2wee.dev

On macOS

Install the native client and connect to the demo server:

sh
curl -sL https://github.com/2wee-dev/client/releases/latest/download/install.sh | sh
2wee https://demo.2wee.dev/terminal

Works in any terminal — for the best experience use a true color terminal such as iTerm2, Ghostty, or similar.

On Windows

powershell
irm https://github.com/2wee-dev/client/releases/latest/download/install.ps1 | iex

Restart your terminal, then connect:

powershell
2wee https://demo.2wee.dev/terminal

Requires Windows Terminal.

On Linux

Download the binary for your platform from GitHub Releases, make it executable, and move it to your PATH. Then:

sh
2wee https://demo.2wee.dev/terminal