Skip to content

gamingdoom/datcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Datcord

An open-source Discord client

GitHub release (latest by date) Total Downloads GitHub Workflow Status GitHub

About Datcord

Datcord is an open-source Discord client that respects your privacy. Datcord is a specialized version of Firefox (the official client is Chromium-based). Datcord handles emoji rendering better than the normal Discord client. Note that Discord can still track you even if you use Datcord. I chose Firefox for Datcord because Chromium-based browsers have a monopoly and if Firefox were to die out, only Chromium would be left.

Note:

I don't use Discord/Datcord anymore because of their terrible TOS which Datcord can't protect you from.

Install

  • Linux

    • Flatpak

      flatpak install io.github.gamingdoom.Datcord
    • Arch Linux

      • If you use Arch or an Arch-based distro, Datcord is available on the AUR:

        aura -A datcord-bin

    • Appimage

      • Grab the AppImage from releases and run it. If you choose to integrate it, run

        ~/Applications/Datcord-* --appimage-portable-home

    • Tarball

      • Grab the tarball from the releases then,
        tar -xvf datcord-linux-x86_64.tar
        cd datcord
        ./launch-app
        
  • Windows

    • The Windows installer is available from releases.

Building from source

git clone https://github.com/gamingdoom/datcord.git --recurse-submodules -j8 && cd datcord
./build.sh