https://github.com/replugged-org/replugged
A lightweight Discord client mod focused on simplicity and performance.
https://github.com/replugged-org/replugged
client-mod discord plugins replugged themes
Last synced: about 1 month ago
JSON representation
A lightweight Discord client mod focused on simplicity and performance.
- Host: GitHub
- URL: https://github.com/replugged-org/replugged
- Owner: replugged-org
- License: mit
- Created: 2022-07-25T02:30:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-13T22:13:22.000Z (2 months ago)
- Last Synced: 2025-12-15T17:24:37.716Z (2 months ago)
- Topics: client-mod, discord, plugins, replugged, themes
- Language: TypeScript
- Homepage: https://replugged.dev/
- Size: 8.07 MB
- Stars: 713
- Watchers: 4
- Forks: 70
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Replugged
[Website](https://replugged.dev) | [Discord](https://discord.gg/HnYFUhv4x4) |
[Developer Guide](https://guide.replugged.dev) | [API Docs](https://docs.replugged.dev)
(API docs will be replaced with the guide in the future)
## Installation
Download Replugged from https://replugged.dev/download
## Contributing to Replugged
Please see [the guide](https://guide.replugged.dev/docs/contributing/replugged) for information on
how to contribute to the Replugged. Thanks for your help!
## FAQ
### Is this against the ToS?
Long story short... **yes**. Replugged is against the Discord Terms of Service — but, you should
keep reading:
As of right now, **Discord is not going out of their way to detect client mods or ban client mod
users**. On top of that, Replugged does not make any manual HTTP requests unlike certain client mods
/ plugins, so your client's user agent is the same as a legitimate client. Meaning, Discord doesn't
detect a client mod like Replugged. They can go out of their way to start detecting it, but they
don't.
Hypothetically speaking - even if they somehow did detect Replugged, users are very unlikely to be
banned on sight. It doesn't make sense for Discord to start banning a substantial part of it's
userbase (client mod users) without any kind of warning. Not to mention it is mandatory for
Replugged plugins to be fully API-compliant and ethical, implying Replugged users can't be banned
for indirect ToS violations (e.g. selfbotting).
### Can I use Powercord plugins or themes?
No. Replugged was originally based on Powercord, but it is not anymore. Due to the new plugin/theme
format, as well as Discord changes, Powercord plugins and themes will have to be rewritten.
### Can I use plugins and themes from legacy Replugged?
As mentioned above, legacy plugins and themes will need to be rewriten due to Discord changes, as
well as changes to our plugin/theme format.
### Can I use BetterDiscord plugins?
Not right now. Previously, [BDCompat](https://github.com/Juby210/bdCompat) was used to run
BetterDiscord plugins. However, this has not been rewritten for the Replugged rewrite. Unless
someone creates a version for the Replugged rewrite, BetterDiscord plugins are not supported.