Read this first
It can get your account banned
Discord does not permit third party clients on a normal user account. That risk is taken here on purpose, and nothing on this page makes it smaller. Decide about it before you download anything.
- Your password
- Sent to
discord.comand nowhere else. Never written to disk. Never logged. - Your session token
- Sealed with your Windows account key, so no other account on the machine can read it. The log records its length, never its value.
- Captchas
- Not answered, ever. If Discord demands one, the sign-in window says so and offers token entry instead.
- Images
- Fetched only from Discord's own hosts, so a stranger's message cannot make your client call an address of their choosing.
Built and working
What it does
Everything here works today. What does not exist yet is further down, named plainly, because a page that only lists strengths is a page you cannot trust about anything.
Talking
Voice channels you can actually join, with sound both ways, encrypted end to end the way Discord now requires.
Mute, deafen, device and volume control, a speaking threshold, and a microphone test with a live level bar.
Watching
Other people's cameras and shared screens are received and decoded, and appear in a grid above the conversation.
Sending your own is the other half of that problem, and is not built.
Reading
History, live messages, edits and deletes, reactions and replies, and scrolling up to load more.
Images, GIFs, custom emoji, stickers and link previews. Click any picture for a viewer with scroll to zoom and drag to pan.
Everything else
Email and password sign-in with second factor. Server folders you can drag and rename. A Friends page with Online, All, Pending and Blocked.
Full profile windows with banners, badges, coloured role pills, notes, and mutual friends and servers.
One colour decides everything
The look
Pick a seed colour and the whole application is derived from it while it is running — surfaces, accents, every stylesheet token, and the accretion disk of the hole itself. No restart, no theme files. Try it: these retint this page and the background behind it, using the same rule the program uses.
- Depth from layers
- The rail, the sidebar and the conversation each sit a real step lighter than the one behind, so they read as separate planes without a single border drawn.
- Colour is information
- The status dots are the one thing the seed never touches. Green, yellow and red have to keep meaning online, away and busy whatever else changes.
- Even the title bar
- It belongs to Windows rather than Qt, so it is recoloured through the system instead of replaced by a hand made one. Snap layouts and double click to maximise keep working, and there is still no seam across the top.
- A hue-less seed
- Black and grey have no hue, and scaling one would leave the disk unlit — so those take a silver branch instead. That is the default, and it is what you are looking at.
The background you are looking at
Drawn, not filmed
This is not a video and not a picture of the program. It is the program's own shader, recompiled for the browser — the same bent rays, the same photon ring, the same bright edge where the disk turns toward you.
1It was too slow
Moved across unchanged, it marched a hundred steps along a bent ray for every pixel, every frame. On a 240 Hz monitor that is 240 of those a second, full screen, while the browser is also scrolling text over the top.
2Most of it never changes
Where each ray goes, how far it bends, which part of the disk it strikes, whether it falls in — all decided by geometry that never moves. It is now worked out once into textures and reused.
3What changes is thin
The spiral turns, the stars twinkle, the grain moves. A few lines of arithmetic on numbers already fetched. The ray marching happens once instead of sixty times a second.
A detail worth the trouble: the spiral's phase is stored as a cosine and a sine rather than as an angle. An angle wraps from +π to −π, and smoothing across that seam would average two nearly identical directions into a wrong one and draw a hard line across the disk.
Four fixes, each of which sounds like silence
How a call actually works
Getting sound in and out took four separate fixes, every one of which looked like the whole problem at the time. They are written down because all four present identically: nothing comes out.
1Keep the port
The voice gateway hands back a host and a port. Dropping the port reaches a different machine, which answers, and then closes. That reply looks like progress and is not.
2Encryption is not optional
Since 1 March 2026 Discord accepts only end-to-end encrypted calls. Singularity uses Discord's own DAVE library — whose list of known members must include your own id, because you are in the group too.
3Half the header is encrypted
In the modes Discord uses, only the fixed header and a four byte preamble are in the clear. Counting the rest as header makes every single packet fail to open.
4Qt does not mix
Two people's audio written to one output is queued, not blended, which is heard as chopped and rushed speech. Each speaker gets a queue, and a 20 ms tick sums them into one frame, with Opus filling in packets that never arrived.
If a call is ever silent again, the log prints a tally every five seconds and a named reason for every frame thrown away. That line exists because reading the log found in one run what five rounds of theorising could not.
Absent, not switched off
What it never sends
Most of the tracking people worry about is missing — not because a setting disables it, but because the code to do it was never written. That is worth stating plainly rather than claiming as a feature.
- Analytics events
- The official client posts to an endpoint called
/scienceas you click around. Singularity never calls it. - Read receipts
- Nothing tells Discord which messages you have looked at, or when.
- A real fingerprint
- The client details sent on sign-in are fixed numbers written into the source, not your actual Windows version, locale or hardware — and they are identical for everyone running Singularity.
- Session correlation
- The fields the official client fills with identifiers linking your sessions together are sent empty.
- Game detection
- Nothing looks at what programs you have open.
- Third party images
- Pictures come only from Discord's own hosts.
What the Anonymous plugin genuinely does is the part Singularity does send and can stop sending. It strips tracking codes out of links before they leave. Because it rewrites what you say, it tests itself against six known cases every time it loads — and if any comes out wrong it refuses to touch messages for the rest of the session and says so. A tracking code getting through is a small harm. A broken link the sender cannot see is a worse one.
Nothing on disk to swap out
Seven plugins, inside the binary
There is no plugin folder, so there is no file for anything else to replace. Each one has its own settings page.
Exact date and time on every message.
Deleted messages stay visible, and edits get tagged.
:shrug: and friends expand as you send.
Strips tracking codes out of links you send. Can also hide your typing and your status.
Never sends the typing signal.
Marks people active when they type or join voice. Off by default, because it works against a choice the other person made.
Spots gift links the instant they are posted, anywhere, and offers a Claim button. It does not claim by itself.
Why Nitro watch does not claim by itself
Discord does not catch automated accounts by measuring how fast you click. It catches them on the shape of the account: a redeem arriving from a session that never opened the channel, never scrolled, never moved a pointer, and that does it again next week at four in the morning. A random delay hides none of that, because none of it is about timing.
Dead codes are also posted deliberately, to see who bites. A person glances at a suspicious link and moves on. Anything redeeming on its own takes the bait every time, and marks itself doing it. So the part worth automating is the part that is slow for a person: noticing. The press stays yours, which is what keeps the account ordinary.
The honest part
What is not built
Roughly in the order it is worth doing.
- Sending your own camera or screen. Receiving other people's is built; sending is the other half.
- File upload, and drag and drop.
- Search.
- An emoji picker.
- The member list down the right side of a server.
- Right click menus on messages, channels and people.
- Unread marks and mention badges.
- Threads and forum channels.
- Avatar decorations, which are fetched but not drawn.
It is also Windows only, and unsigned. Windows will warn that the publisher is unknown, because a code signing certificate costs money every year and this is one person's project.
One setup program
Get it
It installs for you only and never asks for administrator. There is no service, no driver and nothing shared, so there is nothing to elevate for — and a small program asking for rights it does not need is how it starts looking untrustworthy.
- Updating
- The program looks for a newer version a few seconds after it starts, and quietly: an up to date copy says nothing at all. Nothing downloads or installs without being agreed to.
- Uninstalling
- Asks whether to remove your saved sign-in and settings, and defaults to keeping them. Those live in your profile rather than the install folder, so removing the program does not silently take the account with it.
- Where the source is
- Private. The installers are published in a separate public repository, because an updater pointed at a private one would need a token shipped inside the program — and anything shipped inside a program can be taken back out of it.