A native Discord client.
Find a file
2026-03-14 14:19:22 +00:00
.github Update build.yml 2026-03-10 12:11:00 +00:00
DiscordMarkdownParser fix logout button 2026-03-10 12:16:45 +00:00
Paicord fix logout button 2026-03-10 12:16:45 +00:00
Paicord.xcodeproj keybinds, starting ui work 2026-02-13 02:17:46 +00:00
Paicord.xcworkspace Delete Paicord.xcworkspace/xcuserdata/llsc12.xcuserdatad/UserInterfaceState.xcuserstate 2026-02-17 14:21:57 +00:00
PaicordLib create dm context props 2026-03-14 14:19:22 +00:00
.editorconfig Messages additions (#1) 2025-10-19 01:00:25 +01:00
.gitignore Update .gitignore 2026-02-03 23:52:20 +00:00
LICENSE Add GNU GPL v3 license file 2026-01-08 10:00:33 +00:00
README.md Update README.md 2026-03-10 12:00:22 +00:00

Paicord

A native Discord client written in Swift using SwiftUI, with a goal of feature parity with customisation and Quality-of-Life additions!

GitHub Release GitHub Actions Workflow Status GitHub License Discord GitHub Downloads (all assets, all releases)

Note

Paicord is still in development! Expect a number of issues or unimplemented features. If you encounter a bug, please create an issue!

screenshot of Paicord

Paicord currently supports sending messages, replying to messages, uploading files and photos, it has partial Discord-flavoured markdown support, partial reactions support, partial embeds support etc.

This list is not exhaustive but the goal for Paicord is to have parity with the official Discord client, excluding unfavourable things like upselling of services. A real feature/todo list will be made eventually.

Warning

As all third-party clients and client mods do, using Paicord is a violation of Discord ToS! Whilst Paicord ensures to pretend to be Discord as close as possible, the risk of account bans is ever-present. Beware!

Cross-platform

We have subprojects in the works to port the client to other platforms natively too! Keep an eye out on the repo or join the Discord Server!

Installing

These downloads are nightly releases of Paicord, built from source.

iOS (17.0+) macOS (14.0+) Linux
Download iOS Artifact Download macOS Artifact TBA

Sponsoring

If you've enjoyed using Paicord, I would apprecate a sponsor! I work on Paicord in my free time outside of Uni work, so it would be awesome if you chipped in. Sponsors over $5 get custom profile badges! Refer to sponsor page for information. Benefits are managed via a bot in the Discord Server so be sure to join! Builds are also available here.

Github-sponsors

Star History

Star History Chart

References

Paicord uses modified versions of DiscordBM and SwiftMarkdownParser. These other references are mentioned since I read their code to learn from others.

And of course, Discord Userdoccers and its maintainers helped massively with their unofficial documentation and direct help.