Client for anonymous network «Hidden Lake» written in Go & Fyne
$ go install github.com/number571/hl-client@latestThe Hidden Lake Client connects to four Hidden Lake services: HLK (kernel), HLS=pinger, HLS=messenger, HLS=filesharer.
- To edit connections / friends lists, get public key, used API of the
HLK - To ping a friend, used API of the
HLS=pinger - To send a text message, used API of the
HLS=messenger - To send a file, used API of the
HLS=messenger + HLS=filesharer
- The file is first uploaded to the local storage with HLS=filesharer
- Then a link to this file is sent to the interlocutor using HLS=messenger
- The interlocutor in turn downloads the file from the remote storage with HLS=filesharer
- Windows (x86_64, arm64)
- Linux (x86_64, arm64)
$ hl-client -k {{HLK-address}} -p {{HLS=pinger-address}} -m {{HLS=messenger-address}} -f {{HLS=filesharer-address}}
# [-k, --kernel] = address of the HLK internal address (default localhost:9572)
# [-p, --pinger] = address of the HLS=pinger internal address (default localhost:9551)
# [-m, --messenger] = address of the HLS=messenger internal address (default localhost:9591)
# [-f, --filesharer] = address of the HLS=filesharer internal address (default localhost:9541)Warning
Please do not connect to Hidden Lake services outside of the localhost environment if you are not sure about the security of your network. Connecting via a local network is not secure if the router is connected to a service provider. Moreover, it is not safe to connect to services from the global network (connect uses pure HTTP protocol)!
| About | Chat | Chat list | Friends | Connections |
|---|---|---|---|---|




