forked from gujarathisampath/fakeProfile
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Nothing edited this page Apr 25, 2026
·
5 revisions
Note
If you don't know how to do manually build of Vencord dev, please choose installer. But there's no guarantee that it'll work properly because Veecord is updating not so fast.
- Join to our Discord server and then go to
#install-and-infofor get installer.
- First of all you need install these things: Git, Node.js, pnpm
- Make sure that all of them are added to your PATH, you will need it.
- To verify correct installation, run the following commands. All 3 should print the version of the respective software without errors:
git --version
node --version
pnpm --version- Now cloning repository in a convenient folder which you can remember to go in:
cd Documentsgit clone https://github.com/Equicord/Equicord.git
cd EquicordNote
If you preferring Vencord's dev build, you can use https://github.com/Vendicated/Vencord.git link, but you need fix CSP issue for fakeProfile plugin.
- Now for installing dependencies we using
pnpmpackage manager, follow this command to install it:
pnpm install --frozen-lockfile- Vencord/Equicord might add, remove or update dependencies at any time. Thus, you might receive errors like Cannot find package "foobar" imported from ... after updating. If this happens, you should run the same command once again to update the installed dependencies.
- First of all make sure that you had followed steps in
Requirementsparagraph. - Then you need clone repository in path
src/userplugins/(it's highly recommended because you need also update your Equicord build with commandgit pull, it's preventing changes insrc/plugins,src/equicordpluginsfolder) using this repository url:https://github.com/TheLumiDevs/fakeProfile.git. - And after cloning and installing dependencies you need do
pnpm build.
- Go to
Equicord/in adress bar type cmd, enter and type in Command Shell this:
git pullpnpm i # Devs of Vencord/Equicord may have changed some dependencies, so do it to not get broken Equicord. :)- Then type:
pnpm build- If you're not using Equibop then use this command to inject Equicord:
pnpm inject- Restart your Discord client(If you're not using Equibop) and enjoy.
- That all.
Caution
You need install libraries such as git nodejs pnpm for it.
- You can install fakeProfile and Vencord DEV Build by these command manually:
git clone https://github.com/Equicord/Equicord.git
cd Equicord/ && pnpm i
cd src/ && mkdir userplugins
cd userplugins/ && git clone https://github.com/TheLumiDevs/fakeProfile.git
pnpm build
sudo pnpm inject # If you use default Discord client, in custom you need set path to dist/- And after commands you have successfully installed Vencord DEV Build with fakeProfile.
- Same as for Windows, just do this in terminal by path
Equicord/:
git pullpnpm i # Devs of Vencord/Equicord may have changed some dependencies, so do it to not get broken Equicord. :)- Then type:
pnpm build- If you're not using Equibop then use this command to inject vencord:
sudo pnpm inject- Restart your Discord client(If you're not using Equibop) and enjoy.
- That all.
- Join to our Discord server and then go to
#install-and-infofor get extension for your browser.
- Check this repository for checking maintained client for mobile such as Android or iOS.
- After installing you can now go to read tutorial how to use fakeProfile.