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.
To use Halloy, you can build it from source.
- Clone the repository:
git clone https://github.com/casperstorm/halloy.git
- Build the project:
cd halloy
cargo build --release
- Run Halloy:
cargo run --release
Halloy is released under the GPL-3.0 License. For more details, see the LICENSE file.
Halloy is still in the early stages of development. Bugs and incomplete features may be present. Use it at your own risk.
For any questions, suggestions, or issues, please open an issue on the GitHub repository.