halloy

From Gentoo Wiki
Jump to:navigation Jump to:search
This article is a stub. Please help out by expanding it - how to get started.

Resources

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.

Installation

USE flags

Halloy supports the following USE flags:

opengl vulkan wayland X debug

Emerge

Halloy is available on the Project:GURU repository.

Instructions for enabling this repository can be found here: Project:GURU/Information_for_End_Users

After enabling the repository, emerge Halloy.

root #emerge --ask net-irc/halloy

Usage

Config

Halloy uses toml configuration files to manage connections and settings. An example configuration file:

FILE ~/.config/halloy/config.toml
# Halloy config template.
#
# For a complete list of available options,
# please visit https://halloy.squidowl.org/configuration/index.html

#[servers.liberachat]
#nickname = "larry"
#server = "irc.libera.chat"
#port = 6697
#use_tls = true
#channels = ["#halloy","#gentoo"]