Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added clients/cross/halloy/halloy_logo_256p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added clients/cross/halloy/halloy_presentation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions clients/cross/halloy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Halloy
layout: default
author: Casper Rogild Storm
license: GPL-3.0
tags:
- rust
- gui
- iced
redirect_from:
- /irchelp/clients/cross/halloy.html
---

<img src="halloy_logo_256p.png" class="img-responsive pull-right" alt="Halloy Logo" title="Halloy Logo">

# Halloy

Halloy is an open-source graphical IRC client written in Rust. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms.

<img src="halloy_presentation.gif" alt="Halloy Presentation" title="Halloy Presentation">

# Features

* Graphical client
* Built with Rust
* Theming
* IRCv3.2 capabilities
* SASL support
* DCC Send
* Keyboard shortcuts
* Auto-completion for nicknames, commands, and channels
* Notifications support
* Multiple channels at the same time across servers
* Command bar for quick actions
* Custom themes
* Portable mode

# Links

* [Website](https://halloy.chat/)
* [GitHub](https://github.com/squidowl/halloy)
* [Download](https://github.com/squidowl/halloy/releases)
22 changes: 9 additions & 13 deletions clients/cross/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,22 @@ redirect_from:
# Cross-platform IRC clients
There are a large and growing number of cross-platform clients that run equally well on many different operating systems.

## ChatZilla
## Halloy

[ChatZilla](/clients/cross/chatzilla.html) runs as an addon for
Firefox and Seamonkey, or standalone with the help of XULRunner, and as such
is portable to all platforms on which Firefox can run.
[Halloy](/clients/cross/halloy.html) is an open-source graphical IRC client written in Rust. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms.

## LeafChat
## HexChat
The popular XChat fork, [HexChat](./hexchat.html), originated as an unofficial Windows port, and now runs on Linux/Unix systems as well. A OSX port is available through Homebrew.

[LeafChat](/clients/cross/leafchat.html) is a graphical, standalone
client written in Java, and runs anywhere there's a suitable Java runtime.
Final Release:
2.16.2 - 09 Feb 2024

## jIRCii

[jIRCii](/clients/cross/jircii.html) is a barely graphical standalone Java
client, with a look and feel inspired by [ircII](/irchelp/clients/unix/ircii/) but taking advantage of
client, with a look and feel inspired by [ircII](/clients/unix/ircii/) but taking advantage of
modern GUI functionality.

## HexChat
The popular XChat fork, [HexChat](./hexchat.html), originated as an unofficial Windows port, and now runs on Linux/Unix systems as well. A OSX port is available through Homebrew.

# Web Based Clients

Webchat interfaces are listed [elsewhere](/clients/webclients.html),
Expand All @@ -35,11 +31,11 @@ and are available anywhere there's a working web browser.
## Linux/Unix Clients on Windows

Many of the terminal-based Unix/Linux IRC clients have been ported to run on
Windows with the aid of Cygwin or MSYS. These ported clients may be awkward to use
Windows with the aid of WSL, Cygwin or MSYS. These ported clients may be awkward to use
if not comfortable with console-mode applications, and primarily cater to
advanced users.

* irssi [http://irssi.org/files/irssi_0_8_15_windows_testing.txt](http://irssi.org/files/irssi_0_8_15_windows_testing.txt)
* irssi

The popular X11 client, xchat, also has a Windows version, which is a common
alternative to mIRC on Windows systems.
Expand Down
2 changes: 1 addition & 1 deletion clients/cross/jircii.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ of Google Code.
* SSL support
* Theming

# Limks
# Links

* [Scripts and Themes](http://www.oldschoolirc.com/scripts)
* [Download](http://www.oldschoolirc.com/download)
Loading