Laimen
Reminders that wait until you're ready.
Persistent color glows appear at the edge of your screen to remind you to hydrate, stretch, or look away. They stay visible until you're ready — no toast that vanishes before you notice.
Windows 10+ · macOS · Linux
Built to stay out of your way
No banners. No badges. Just a gentle glow that waits for you.
Stays visible
Glows persist at the screen edge until you dismiss them — no toast that disappears before you act.
Sleep-resilient
Survives laptop suspend. Missed reminders are caught within 30 seconds of waking up.
Fully customizable
Choose any edge, color, size, opacity, and pulse animation per reminder.
Offline & private
Everything runs locally. No cloud sync, no analytics, no account needed.
Frequently asked
Why "Laimen"? What does it mean?
Is Laimen free?
What do I get with Pro?
How does payment work?
Does Laimen send data to the cloud?
Can I use Pro on multiple computers?
What platforms are supported?
Windows 10+ (64-bit), macOS (universal), and Linux (deb, AppImage, rpm) are all supported. Builds are currently unsigned on all platforms, so the OS will warn on first launch — pick your platform below to get past those prompts.
Windows: SmartScreen / Defender blocked the installer
Laimen's Windows MSI isn't code-signed yet (a code-signing certificate is on the roadmap), so SmartScreen treats it as an unrecognized publisher. The download itself is fine — it comes straight from this site, served from the latest GitHub Release.
To run it anyway:
- On the blue "Windows protected your PC" prompt, click More info.
- Click Run anyway.
- If Defender quarantines the file, open Windows Security → Virus & threat protection → Protection history and choose Allow.
If your browser refuses to download the MSI at all, click the chevron next to the warning and pick Keep / Keep anyway.
macOS: "Laimen cannot be opened because the developer cannot be verified"
The macOS DMG isn't notarized yet (Apple Developer signing is on the roadmap), so Gatekeeper blocks it on first launch. The easiest workaround:
- Open the DMG and drag Laimen.app into Applications.
- In Finder, right-click (or Control-click) Laimen.app and choose Open.
- Click Open in the dialog. macOS remembers the choice for future launches.
On macOS Sonoma and later the right-click trick may no longer be enough. In that case open System Settings → Privacy & Security, scroll to the bottom, and click Open Anyway next to the Laimen entry.
If macOS still refuses with a "damaged" message (common when Safari sets the quarantine flag on the DMG), strip the quarantine attribute from a terminal:
xattr -dr com.apple.quarantine /Applications/Laimen.app
Linux: the app won't launch or the AppImage won't run
Linux builds are unsigned and don't ship through a software center, so a couple of small steps are usually needed.
AppImage — mark it executable before running:
chmod +x Laimen-*.AppImage
./Laimen-*.AppImage
If it exits silently, Laimen needs a WebKitGTK runtime. On Debian/Ubuntu:
sudo apt install libwebkit2gtk-4.1-0 libayatana-appindicator3-1
On Fedora: sudo dnf install webkit2gtk4.1 libappindicator-gtk3. On Arch: sudo pacman -S webkit2gtk-4.1 libappindicator-gtk3.
.deb / .rpm — install with your package manager so dependencies are resolved automatically:
sudo apt install ./laimen_*_amd64.deb
# or
sudo dnf install ./laimen-*.x86_64.rpm
The tray icon needs an AppIndicator-compatible status area. On GNOME, install the AppIndicator and KStatusNotifierItem Support extension; on KDE/XFCE/Cinnamon it works out of the box.
How do I get Laimen to start automatically at login?
Open Laimen's settings window and enable Start at login. That registers Laimen with the OS so it launches into the system tray on each boot. If autostart isn't taking effect, add it manually:
Windows — press Win + R, type shell:startup, and press Enter. Drop a shortcut to Laimen.exe into that folder. You can also check Task Manager → Startup apps and make sure Laimen is enabled.
macOS — open System Settings → General → Login Items & Extensions and add Laimen under "Open at Login." If it's listed but not launching, remove it and re-add it with the toggle in Laimen's settings to refresh the macOS login-item registration.
Linux — most desktops respect the XDG autostart entry that Laimen writes when "Start at login" is on. If yours doesn't, drop a file at ~/.config/autostart/laimen.desktop:
[Desktop Entry]
Type=Application
Name=Laimen
Exec=laimen
X-GNOME-Autostart-enabled=true
For AppImage installs, replace Exec=laimen with the absolute path to your AppImage.
Ready to focus better?
Set up your first reminder in under a minute.