Skip to content
/ halloy Public
forked from squidowl/halloy

IRC application written in Rust

License

Notifications You must be signed in to change notification settings

hecrj/halloy

 
 

Repository files navigation

Halloy

halloy boje

halloy

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.

Download

Prebuilt binaries for macOS and Windows can be downloaded from GitHub Releases. For Linux, please use Flatpak.

Build

To build Halloy from source

  1. Clone the repository:
git clone https://github.com/squidowl/halloy.git
  1. Build the project:
cd halloy
cargo build --release
  1. Run Halloy:
cargo run --release

Capabilities

Halloy supports the following IRCv3.2 capabilities

  • batch
  • server-time
  • labeled-response
  • echo-message (server must also support labeled-response)

Why?

License

Halloy is released under the GPL-3.0 License. For more details, see the LICENSE file.

Disclaimer

Halloy is still in the early stages of development. Bugs and incomplete features may be present. Use it at your own risk.

Contact

For any questions, suggestions, or issues, please open an issue on the GitHub repository.

About

IRC application written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.0%
  • Shell 1.0%