2017-10-30 11:54:32 -04:00
|
|
|
# [Irssi](https://irssi.org/)
|
2014-06-12 06:15:31 -04:00
|
|
|
|
2021-01-06 16:23:23 -05:00
|
|
|
![Build Status](https://github.com/irssi/irssi/workflows/Check%20Irssi/badge.svg?branch=master)
|
2014-06-15 11:32:17 -04:00
|
|
|
|
2014-06-29 20:25:32 -04:00
|
|
|
Irssi is a modular chat client that is most commonly known for its
|
|
|
|
text mode user interface, but 80% of the code isn't text mode
|
2017-10-30 11:54:32 -04:00
|
|
|
specific. Irssi comes with IRC support built in, and there are
|
2014-06-29 20:25:32 -04:00
|
|
|
third party [ICB](https://github.com/jperkin/irssi-icb),
|
|
|
|
[SILC](http://www.silcnet.org/),
|
|
|
|
[XMPP](http://cybione.org/~irssi-xmpp/) (Jabber),
|
2017-10-30 11:54:32 -04:00
|
|
|
[PSYC](http://about.psyc.eu/Irssyc) and
|
2014-06-29 20:25:32 -04:00
|
|
|
[Quassel](https://github.com/phhusson/quassel-irssi) protocol modules
|
|
|
|
available.
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2017-10-30 11:54:32 -04:00
|
|
|
![irssi](https://user-images.githubusercontent.com/5665186/32180643-cf127f60-bd92-11e7-8aa2-882313ce1d8e.png)
|
|
|
|
|
|
|
|
## [Download information](https://irssi.org/download/)
|
|
|
|
|
|
|
|
#### Development source installation
|
|
|
|
|
2019-07-20 17:29:23 -04:00
|
|
|
[Ninja](https://ninja-build.org/) 1.5 and [Meson](https://mesonbuild.com/) 0.49
|
2019-07-17 07:52:20 -04:00
|
|
|
|
2017-10-30 11:54:32 -04:00
|
|
|
```
|
|
|
|
git clone https://github.com/irssi/irssi
|
|
|
|
cd irssi
|
2019-07-16 10:23:12 -04:00
|
|
|
meson Build
|
|
|
|
ninja -C Build && sudo ninja -C Build install
|
2017-10-30 11:54:32 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
#### Release source installation
|
|
|
|
|
|
|
|
* Download [release](https://github.com/irssi/irssi/releases)
|
|
|
|
* [Verify](https://irssi.org/download/#release-sources) signature
|
|
|
|
```
|
|
|
|
tar xJf irssi-*.tar.xz
|
|
|
|
cd irssi-*
|
|
|
|
./configure
|
|
|
|
make && sudo make install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Requirements
|
|
|
|
|
2021-01-28 15:25:53 -05:00
|
|
|
- [glib-2.32](https://wiki.gnome.org/Projects/GLib) or greater
|
2017-10-30 11:54:32 -04:00
|
|
|
- [openssl](https://www.openssl.org/)
|
|
|
|
- [perl-5.6](https://www.perl.org/) or greater (for perl support)
|
|
|
|
- terminfo or ncurses (for text frontend)
|
|
|
|
|
|
|
|
#### See the [INSTALL](INSTALL) file for details
|
|
|
|
|
|
|
|
## [Documentation](https://irssi.org/documentation/)
|
|
|
|
|
|
|
|
* [Frequently Asked Questions](https://irssi.org/documentation/faq)
|
|
|
|
* [Startup How-To](https://irssi.org/documentation/startup)
|
|
|
|
* Check the built-in `/HELP`, it has all the details on command syntax
|
|
|
|
|
|
|
|
## [Themes](https://irssi-import.github.io/themes/)
|
|
|
|
|
2018-01-16 10:23:54 -05:00
|
|
|
## [Scripts](https://scripts.irssi.org/)
|
2017-10-30 11:54:32 -04:00
|
|
|
|
|
|
|
## [Modules](https://irssi.org/modules/)
|
|
|
|
|
|
|
|
## [Security information](https://irssi.org/security/)
|
|
|
|
|
|
|
|
Please report security issues to staff@irssi.org. Thanks!
|
|
|
|
|
|
|
|
## [Bugs](https://github.com/irssi/irssi/issues) / Suggestions / [Contributing](https://irssi.org/development/)
|
|
|
|
|
|
|
|
Check the GitHub issues if it is already listed in there; if not, open
|
|
|
|
an issue on GitHub or send a mail to [staff@irssi.org](mailto:staff@irssi.org).
|
|
|
|
|
|
|
|
Irssi is always looking for developers. Feel free to submit patches through
|
|
|
|
GitHub pull requests.
|
|
|
|
|
|
|
|
You can also contact the Irssi developers in
|
2021-05-19 15:51:39 -04:00
|
|
|
[#irssi](https://irssi.org/support/irc/) on irc.libera.chat.
|