-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
Vaishnav Sabari Girish edited this page Jun 14, 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-rattyYou can install the binary comchan-bin from the AUR
yay -S comchan-bin
# OR
paru -S comchan-binYou can also use cargo binstall
cargo binstall comchanNote
The binary is packaged with the ratty feature enabled, which means you can install the binary if your machine is unable to compile comchan with the ratty feature.
comchan (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