Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meanii/wisper
Wisper is a lightweight, Golang-based, end-to-end encrypted CLI chatting app that offers fast, secure messaging. Its advanced encryption protocols keep private chats safe and it's reliable, with lightning-fast message processing.
https://github.com/meanii/wisper
chatting cli end-to-end-encryption golang
Last synced: 3 months ago
JSON representation
Wisper is a lightweight, Golang-based, end-to-end encrypted CLI chatting app that offers fast, secure messaging. Its advanced encryption protocols keep private chats safe and it's reliable, with lightning-fast message processing.
- Host: GitHub
- URL: https://github.com/meanii/wisper
- Owner: meanii
- License: agpl-3.0
- Created: 2023-05-07T04:16:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T06:45:18.000Z (7 months ago)
- Last Synced: 2024-09-27T14:01:55.418Z (3 months ago)
- Topics: chatting, cli, end-to-end-encryption, golang
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wisper 🦉
> Wisper is a lightweight, Golang-based, end-to-end encrypted CLI chatting app that offers fast, secure messaging. Its
> advanced encryption protocols keep private chats safe and it's reliable, with lightning-fast message processing.Topics
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Author](#authors)## Installation
## macOS
```bash
brew install wisper
```## Linux
```bash
sudo snap install wisper
```## Windows
```bash
choco install wisper
```## Usage
```bash
wisper
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[GNU Affero General Public License v3.0](https://github.com/meanii/wisper/blob/main/LICENSE)
## Authors
- [meanii](https://github.com/meanii)