-
Notifications
You must be signed in to change notification settings - Fork 14
Installation
Vaishnav Sabari Girish edited this page Jun 13, 2026
·
3 revisions
ComChan can be installed in many ways
# Standard installation (CPU Braille Engine)
cargo install comchan
# Installation with Hardware-Accelerated 3D support (Ratty Terminal)
cargo install comchan --features rattyThanks to orhun, comchan is now available in the AUR
There are 2 targets in the AUR for comchan
# Using yay
yay -S comchan
# Using paru
paru -S comchan# Using yay
yay -S comchan-ratty
# Using paru
paru -S comchan-rattycomchan (Without 3D support for now) can also be installed via
elda as follows
elda i https://github.com/Vaishnav-Sabari-Girish/ComChanFor the latest development version
git clone https://github.com/Vaishnav-Sabari-Girish/ComChan.git
cd ComChan
# Build and install (No 3D)
cargo install --path .
# Build and Install (With 3D)
cargo install --path . --features ratty