MCPcopy Index your code
hub / github.com/Vencord/Installer

github.com/Vencord/Installer @v1.4.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.4.0 ↗ · + Follow
92 symbols 292 edges 17 files 6 documented · 7%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Vencord Installer

The Vencord Installer allows you to install Vencord, the cutest Discord Desktop client mod

image

Usage

See https://vencord.dev/download

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
dnf install pkg-config libGL-devel libXxf86vm-devel

X11 dependencies

apt install -y xorg-dev
dnf install libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel

Wayland dependencies

apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel 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

Core symbols most depended-on inside this repo

Debug
called by 44
log.go
Error
called by 44
log.go
Warn
called by 13
log.go
ExistsFile
called by 13
util.go
Ternary
called by 13
util.go
die
called by 9
cli.go
Info
called by 9
log.go
InfoModal
called by 7
gui.go

Shape

Function 71
Method 15
Struct 5
TypeAlias 1

Languages

Go100%

Modules by API surface

gui.go26 symbols
log.go9 symbols
cli.go9 symbols
util.go8 symbols
self_updater.go6 symbols
patcher.go6 symbols
find_discord_windows.go6 symbols
find_discord_linux.go6 symbols
find_discord_darwin.go5 symbols
openasar.go4 symbols
github_downloader.go4 symbols
app_asar.go2 symbols

For agents

$ claude mcp add Installer \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact