Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
I

irssi

> 开发工具
Open source

The client of the future

3.1K stars0 likes0 views
WebsiteGitHub

About

The client of the future

Irssi

Irssi is a modular text mode chat client. It comes with IRC support built in, and there are third party ICB, SILC, XMPP (Jabber), PSYC and Quassel protocol modules available.

Download information

Development source installation

Ninja 1.8 and Meson 0.53

git clone https://github.com/irssi/irssi
cd irssi
meson Build
ninja -C Build && sudo ninja -C Build install

Release source installation

  • Download release
  • Verify signature
tar xJf irssi-*.tar.xz
cd irssi-*
meson Build
ninja -C Build && sudo ninja -C Build install

Requirements

  • glib-2.32 or greater
  • openssl
  • perl-5.8 or greater (for perl support)
  • terminfo or ncurses (for text frontend)

See the INSTALL file for details

Documentation

  • New users guide
  • Questions and Answers
  • Check the built-in /HELP, it has all the details on command syntax

Themes

Scripts

Modules

Security information

Please report security issues to [email protected]. Thanks!

Bugs / Suggestions / Contributing

Check the GitHub issues if it is already listed in there; if not, open an issue on GitHub or send a mail to [email protected].

Irssi is always looking for developers. Feel free to submit patches through GitHub pull requests.

You can also contact the Irssi developers in #irssi on irc.libera.chat.

Issues· 235 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Circirc-clientirc-protocolirssi

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category开发工具
PricingOpen source

> Related tools

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具