Favicon of WeeChat

WeeChat

Chat efficiently using a lightweight, customizable terminal client. It features full IRC support, split views, smart filtering, and multi-language scripting.

WeeChat is a fast, lightweight, and completely free terminal-based chat client designed for users who demand high performance and deep customization. It comes packed with a full-featured IRC plugin that supports multiple servers, IPv6, SASL authentication, and proxy connections.

Key features include:

  • Advanced interface customization: Utilize 256 colors, horizontal and vertical window splits, and fully customizable bars to build your ideal workspace.
  • Smart filtering: Keep your chat clean and focused by filtering out unwanted noise.
  • Extensive scripting support: Write or install extensions using any of the 8 supported scripting languages via a built-in script manager.
  • Remote connectivity: Access your active session from anywhere using a web browser, smartphone, GUI client, or Emacs.

Backed by comprehensive documentation and active community support, it offers a highly adaptable environment for all your text-based communication needs.

Directory Structure

weechat
data
.env
docker-compose.yml

docker-compose.yml

services:
  weechat:
    image: weechat/weechat:latest
    container_name: weechat
    stdin_open: true
    tty: true
    environment:
      - TERM=xterm-256color
      - TZ=UTC
    volumes:
      - ./data:/home/weechat/.weechat
    ports:
      - 9001:9001
    restart: unless-stopped

.env

# No sensitive environment variables are required for the default configuration.
# WeeChat stores its configuration and secrets internally in the persistent volume.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to WeeChat

Favicon

 

  
  
Favicon

 

  
  
Favicon