covcom
v3.1.0
Published
Terminal client for COVCOM: post-quantum end-to-end encrypted ephemeral group chat.
Maintainers
Readme
covcom
[!NOTE] Terminal client for COVCOM: post-quantum end-to-end encrypted ephemeral group chat.
Install
npm i -g covcombunx covcom works too. Each platform package carries a prebuilt
binary with its runtime embedded, so installing from npm does not require
Bun. The launcher shim runs on Node 18 or newer, or on Bun.
Supported platforms
| platform | libc | package |
|----------|------|---------|
| darwin-arm64 | - | @covcom/cli-darwin-arm64 |
| darwin-x64 | - | @covcom/cli-darwin-x64 |
| linux-x64 | glibc | @covcom/cli-linux-x64 |
| linux-x64-musl | musl | @covcom/cli-linux-x64-musl |
| linux-arm64 | glibc | @covcom/cli-linux-arm64 |
| linux-arm64-musl | musl | @covcom/cli-linux-arm64-musl |
| win32-x64 | - | @covcom/cli-win32-x64 |
Other platforms can use the prebuilt release binaries.
