Halloy is an open-source IRC client written in Rust, with the Iced GUI library. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms.
Join #halloy on libera.chat if you have questions or looking for help.
Prebuilt binaries for macOS and Windows can be downloaded from GitHub Releases. For Linux, please use Flatpak.
To build Halloy from source
- Clone the repository:
git clone https://github.com/squidowl/halloy.git
- Build the project:
cd halloy
cargo build --release
- Run Halloy:
cargo run --release
Halloy supports the following IRCv3.2 capabilities
Capabilities |
---|
away-notify |
batch |
server-time |
labeled-response |
echo-message |
invite-notify |
userhost-in-names |
sasl-3.1 |
Halloy is released under the GPL-3.0 License. For more details, see the LICENSE file.
For any questions, suggestions, or issues, please open an issue on the GitHub repository.