Naticord is a native Discord client made using C# with Windows Forms.
There are two ways to build Naticord: the Easy Route or the Command-Line Route.
- Open Visual Studio 2022.
- Launch the solution.
- Allow Visual Studio to automatically install all the required NuGet packages.
- From the top menu, select Build and click on Build Solution.
- You can find your build at:
{naticordDir}\Naticord\bin\Debug\Naticord.exe
for a Debug build{naticordDir}\Naticord\bin\Release\Naticord.exe
for a Release build
This method requires Visual Studio 2022 to be installed.
- Open CMD (Command Prompt).
- Clone the Naticord repository using git or GitHub Desktop.
- Change directory into the Naticord folder:
cd naticord
- Run the following command to restore all packages
nuget restore Naticord\Naticord.sln
- Run the command to generate a debug build
msbuild Naticord/Naticord.sln -t:rebuild -property:Configuration=Debug
- For a release build, replace
Debug
withRelease
- For a release build, replace
- You can find your build at:
{naticordDir}\Naticord\bin\Debug\Naticord.exe
for a Debug build{naticordDir}\Naticord\bin\Release\Naticord.exe
for a Release build
- Logging in via email and password (incl, 2FA)
- Friends / Groups / Servers
- Searching functionality
- Blocking people, leaving groups and unfriending people
- File uploading (Does not bypass Discord's limit)
- Typing indicators
- Image viewing
- Messaging
- Embeds
- Plugins
- Pings
- Voice chat
- This may be implemented very soon, thanks to Aerovoice!
- Statuses
- Still a work in progress, definitely soon though.
- Edit reply and delete.
- Will be very soon! Once DMs, groups and servers get a revamp.
- Sometimes markdown glitches out.
- If theres an image before the message you send, it might resend the image with your message.