Show HN: Malai – securely share local TCP services (database/SSH) with others
Published on: 2025-06-20 08:34:40
Introducing Malai TCP & A Bonus!
malai-0.2.5 is out now! It brings a new feature to share your local TCP server with the world! Now you can share any TCP-based service running locally — including your SSH service, Postgres database, Redis, or even a custom TCP protocol — using the same seamless workflow that you used with malai http . Now you can share any TCP-based service running locally — including your SSH service, Postgres database, Redis, or even a custom TCP protocol — using the same seamless workflow that you used with
Install malai today using:
curl -fsSL https://malai.sh/install.sh | sh Lang: bash
And run:
$ malai tcp 5432 --public Malai: Sharing port 5432 Run malai tcp-bridge to connect to it from any machine. Lang: bash
This will share your local TCP server running on port 5432 with the world. You can connect to it from any machine using the command:
$ malai tcp-bridge 9091 Listening on 127.0.0.1:9091 Lang: bash
Now you can connect to local
... Read full article.