🏁 Windows
Download the .exe here (32-bit version here)
🐧 Linux
Download the executable here (32-bit version here)
🍎 macOS
Install Miscord using Homebrew:
bash /usr/bin/ruby -e "$(curl -fsSL` https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap miscord/miscord
brew cask install miscord
or download the app directly here
🐳 Docker
Run command:
docker run -d -v /home/bjorn/Documents/miscord:/config miscord/miscord
Example docker-compose.yml:
(when replacing the path, keep ":/config" at the end of it)
version: '3'
services:
miscord:
image: miscord/miscord:latest
volumes:
- /home/bjorn/Documents/miscord:/config
NPM (all platforms)
- Install Node.js using instructions here
- Install Miscord using
npm install -g miscord
(On Mac or Linux, prefix sudo
is needed if you are not root user, i.e. sudo npm install -g miscord
)
You can follow the guide here to install global packages without admin permissions
- Create a Discord bot (see here)
- Create a dedicated Facebook account
- make it look believable
- try to come up or generate a fake name (you can set the nickname for it in the chat)
- you can use a profile picture from https://thispersondoesnotexist.com/
- log into it on a phone (Messenger app)