Skip to content

Choose a tag to compare

@funteaqueue funteaqueue released this 16 Jan 23:22

Vencord PopOut Plus Release

Based on Vencord v1.13.12

##One-click instalation (custom build of Vencord with included plugin):
A custom build of Vencord with the PopoutPlus plugin included.


Installation

Use one of the apropriate installer option

Windows

  1. Close Discord completely (check system tray!)
  2. Double-click Install.bat
  3. Follow the prompts
  4. Start Discord - Vencord should be active!

Manual Installation (Windows)

If the batch file doesn't work:

  1. Right-click Install-VencordPopoutPlus.ps1
  2. Select "Run with PowerShell"

Linux

  1. Close Discord completely
  2. Open a terminal in this folder
  3. Run:
    chmod +x install.sh && ./install.sh
  4. Follow the prompts
  5. Start Discord

macOS

  1. Close Discord completely
  2. Open Terminal in this folder
  3. Run:
    chmod +x install-macos.sh VencordInstaller && ./install-macos.sh
  4. If prompted about security, enter your password
  5. Follow the prompts
  6. Start Discord

"App is damaged" or Gatekeeper Error

If macOS blocks the installer, run:

xattr -d com.apple.quarantine VencordInstaller

Uninstallation

Platform Command
Windows Double-click Uninstall.bat
Linux Run ./uninstall.sh
macOS Run ./uninstall-macos.sh

What's Included

  • Vencord - The Discord client mod
  • PopoutPlus - Enhanced popout window controls:
    • Fullscreen toggle
    • Always-on-top toggle
    • Clearview mode (hide overlay elements)
    • Window dragging with Ctrl/Cmd key

Troubleshooting

Windows: "Windows protected your PC"

Click "More info" → "Run anyway"

Windows: PowerShell execution policy error

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Linux: Permission denied

chmod +x install.sh VencordInstallerCli-linux

Linux: Discord via Flatpak/Snap

The installer should auto-detect. If not, specify the location manually.

macOS: "App is damaged" / Security warning

xattr -d com.apple.quarantine VencordInstaller

Discord not detecting Vencord

  • Ensure Discord was fully closed during installation
  • Try the installer again
  • Check Discord version selection (Stable/PTB/Canary)

Manual instalation:

Desktop Discord (Windows/Linux/Mac)

See details here: https://gist.github.com/ItzMarni/bb7ba15d96e64e48d2fae68afa220c4f

  1. Close Discord
  2. Rebuild Vencord with this userplugin
  3. Run pnpm inject from the project root
  4. Restart Discord

Vencord Desktop

Use the vencordDesktop*.js files with Vencord Desktop application.

Chrome / Chromium

  1. Drag extension-chrome.zip onto chrome://extensions

Firefox

  1. Go to about:addons
  2. Click gear icon → "Install Add-on From File" → select extension-firefox.zip

Userscript (Tampermonkey/Violentmonkey)

  1. Install Vencord.user.js in your userscript manager
  2. Also add Vencord.user.css as a userstyle (optional but recommended)

Built on 2026-01-17