Skip to content

A cross platform gui/cli app for installing PawsomeVencord

License

Notifications You must be signed in to change notification settings

enzomtpYT/PawsomeVencordInstaller

 
 

Repository files navigation

PawsomeVencord Installer

This Vencord Installer allows you to install PawsomeVencord, a modification of the best Discord Desktop client mod

image

Usage

Windows

Warning Do not run the installer as Admin

Download PawsomeVencordInstaller.exe and run it

If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.

To do so, open Powershell, run the following command, then follow along with the instructions/prompts

iwr "https://raw.githubusercontent.com/enzomtpYT/PawsomeVencordInstaller/main/install.ps1" -UseBasicParsing | iex

Linux

PLEASE MAKE SURE YOU HAVE ANY OTHER VERSION OF VENCORD REMOVED BEFORE INSTALLING PAWSOME, IT CAN CAUSE SOFT CRASHES, IF YOUR DISCORD DOESNT START REINSTALL IT THEN INSTALL PAWSOME AGAIN (this is unconfirmed as it has only happened once so far, but I put it here incase you get the issue)

Run the following command in your terminal and follow along with the instructions/prompts

sh -c "$(curl -sS https://raw.githubusercontent.com/enzomtpYT/PawsomeVencordInstaller/main/install.sh)"

MacOs

Download the latest MacOs build, unzip it, and run PawsomeVencordInstaller.app

If you get a PawsomeVencordInstaller can't be opened warning, right-click PawsomeVencordInstaller.app and click open.

This warning shows because the app isn't signed since I'm not willing to pay 100 bucks a year for an Apple Developer license.


Building from source

Prerequisites

You need to install the Go programming language and GCC, the GNU Compiler Collection (MinGW on Windows)

Additionally, if you're using Linux, you have to install some additional dependencies:

Base dependencies

apt install -y pkg-config libsdl2-dev libglx-dev libgl1-mesa-dev

X11 dependencies

apt install -y xorg-dev

Wayland dependencies

apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules

Building

Install dependencies

go mod tidy

Build the GUI

Windows / Mac / Linux X11
go build
Linux Wayland
go build --tags wayland

Build the CLI

go build --tags cli

You might want to pass some flags to this command to get a better build. See the GitHub workflow for what flags I pass or if you want more precise instructions

About

A cross platform gui/cli app for installing PawsomeVencord

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.6%
  • PowerShell 4.0%
  • Shell 2.4%