Hey team — I want to flag something that can look really sketchy from a user-trust perspective, even if it’s unintended.
What a user experienced
A friend tried Somnium about a month ago and noticed Somnium-related components still running / still present after uninstalling. Her immediate reaction was basically: “Why is something still in the background after uninstall — is this a crypto miner or something?”
To be clear: I’m not claiming that’s what’s happening. But given how many people have been burned by crypto scams/malware in recent years, this exact pattern (background activity + incomplete uninstall) instantly triggers distrust and will cause people to warn others.
What I can confirm on my machine (Windows)
-
The launcher starting with Windows is fine.
-
The issue is how it starts:
- On Windows, most tech-savvy users check Task Manager → Startup apps first.
- Somnium doesn’t appear there (screenshot attached), which makes it look “hidden”.
- Instead, it seems to use Task Scheduler, which most users associate with legacy/enterprise tooling and, unfortunately, persistence techniques used by unwanted software.
Requested improvements (high impact for trust)
-
Use Windows Startup Apps integration on modern Windows
- If the launcher is set to start with Windows, it should show up in Task Manager → Startup apps (and Windows Settings → Apps → Startup).
- If Task Scheduler is needed for older OS versions, consider a simple OS/version check and use the modern method where available.
-
Fix uninstaller cleanup
-
On uninstall, it should remove:
- scheduled tasks created by the launcher
- any startup entries
- leftover background processes/services (if any)
- any supporting runtime components it bundled/installed (without breaking system runtimes)
-
-
Add a transparency note
- A short release note / KB entry like “What runs in the background and why” + “How to fully remove Somnium components” would immediately reduce fear and speculation.
Why I’m pushing this
Even if everything is benign, perception matters. If users feel anything persists “invisibly,” they’ll assume the worst and it spreads fast. Making startup behavior visible and uninstall clean will restore a lot of confidence quickly.
Happy to provide more details (Windows version, where the scheduled task is located, etc.) if needed.

