Skip to content

A native Discord client for FreeBSD, made with Electron

License

Notifications You must be signed in to change notification settings

cleberalves40/Discord-BSD

 
 

Repository files navigation

Discord-BSD


💻 Discord-BSD is a native Discord client made to run on FreeBSD smoothly.
💬 The name is a lie! This can also be run on Linux, Windows, and macOS.

Installation

The last version of node and npm-node and electron are required for the install

sudo pkg install electron25 node20 npm-node20
git clone https://github.com/z-ffqq/Discord-BSD.git
cd Discord-BSD
Please edit "install.sh" adding thesse lines:
ln -s /usr/local/bin/electron25 /usr/local/bin/electron
ln -s /usr/local/bin/electron25 /usr/local/bin/electron19
Save it ..
So:
Execute with root privileges to avoid permisisons errors with "ln -s" lines:
sudo sh install.sh

💬 After running these commands, the client should appear in your app launcher as usual.

Preview

Overview

image

Tray

image

Notifications

Preview of notifications:

image

Activation

⚠️ NOTIFICATIONS MUST BE ENABLED!
💻 To activate notifications, enter User Settings, and go to the Notifications section at the left sidebar. After that, tick "Enable Desktop Notifications" on image

Splash Screen

Boot
ℹ️ This client does not support everything!
❌ Screensharing
❌ Global keybinds
❌ Game activities
✔️ Webcam
✔️ Audio devices

About

A native Discord client for FreeBSD, made with Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • Shell 29.1%
  • HTML 6.8%