Skip to content

download.indii.org

This software repository provides packages for Doxide and Birch. Find your operating system below for instructions on adding the repository and installing the software.

Ubuntu

Ubuntu 24.04 Noble Numbat (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb noble main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Ubuntu 23.10 Mantic Minotaur (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb mantic main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Ubuntu 23.04 Lunar Lobster (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb lunar main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Ubuntu 22.04 Jammy Jellyfish (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb jammy main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Ubuntu 20.04 Focal Fossa (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb focal main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Debian

Debian 12 Bookworm (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb bookworm main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Debian 11 Bullseye (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb bullseye main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Fedora

Fedora 40 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/40/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

Fedora 39 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/39/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

Fedora 38 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/38/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

Fedora 37 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/37/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

Fedora 36 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/36/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

Fedora 35 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/35/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

openSUSE

openSUSE Tumbleweed (x86_64)

Add the repository:

sudo zypper addrepo https://download.indii.org/rpm/opensuse/tumbleweed/indii.org.repo
sudo zypper refresh
Install packages:
sudo zypper install doxide birch

Mac

Install Homebrew if not already. Add the tap:

brew tap lawmurray/all
Install packages:
brew install doxide birch

Windows

Doxide installer Doxide program only

Birch is not available on Windows, at least natively, but you can install Windows Subsystem for Linux with a Linux distribution of your choice from above, and install the package for it.

Others: Install from source

If a package is not available for your operating system or you have special requirements, you can install from source. See further instructions:

Doxide from source Birch from source

About

This repository is maintained by Lawrence Murray ( ). It is rebuilt by an automated pipeline on CircleCI when new versions of software are released.