-
Notifications
You must be signed in to change notification settings - Fork 84
Downloading KVIrcs nightly source or binaries
ctrlaltca edited this page May 22, 2026
·
15 revisions
| OS | Details |
|---|---|
![]() |
https://github.com/kvirc/KVIrc/releases/latest |
![]() |
https://github.com/kvirc/KVIrc/releases/latest |
![]() |
apt install kvirc |
![]() |
apt install kvirc |
![]() |
Look for KVIrc in your preferred distro package manager |
![]() |
pkg install kvirc |
| OS | Details |
|---|---|
![]() |
https://nightly.kvirc.net/ |
![]() |
https://nightly.kvirc.net/ |
![]() |
KVIrc Official PPA |
![]() |
deb http://notesalexp.org/kvirc/jessie/ jessie main |
![]() |
deb http://notesalexp.org/kvirc/stretch/ stretch main |
![]() |
deb http://notesalexp.org/kvirc/buster/ buster main |
![]() |
deb http://notesalexp.org/kvirc/sid/ sid main |
- Add the ppa to your system update and install.
$ sudo add-apt-repository ppa:kvirc/kvirc
$ apt-get update
$ sudo apt-get install kvircNote: ppa provides nightly builds for 14.04 LTS, 15.10 and 16.04 LTS for Ubuntu and variants.
Earlier or newer versions require manual compilation for nightly source at this time.
- Edit your
/etc/apt/sources.list
$ sudo nano /etc/apt/sources.list- Add the link above for your current release e.g.
deb http://notesalexp.org/kvirc/codename/ codename main- Save and close sources.list and run the following commands:
$ wget -O - http://notesalexp.org/kvirc/alexp_key.asc | apt-key add -
$ apt-get update
$ sudo apt-get install kvircVia Git
$ git clone https://github.com/kvirc/KVIrc.gitVia tarball
$ wget https://github.com/kvirc/KVIrc/archive/master.tar.gzIf your preferred OS is not listed above, refer to the generic building instructions article. We also have an article on how to compile for macOS.
Alternatively if you are familiar with source code packaging and providing / maintaining repositories for your preferred distro(s), you could instead help us extend the availability list above.





