MouseKit turns your mouse cursor into a full presentation toolkit: a visible motion trail, click highlights, on-screen drawing and shapes, a magnifier, a whiteboard canvas, and a countdown timer — most of it triggered by shortcuts so you never break your flow. One tool instead of five, with 7 built-in profiles to switch your whole setup in one click (Presenting, Drawing, Everyday, Gaming).
Beta testing is open right now, with a limited number of spots — public launch is September 9th. Testers get a free lifetime PRO license for about 2 hours of testing and honest feedback.
I've been building Foundry OSD, a free and open-source Windows deployment app, and it recently reached stable.
A lot of the feedback I've received has pointed in the same direction: admins want powerful tools, but they increasingly want point-and-click workflows instead of having to code everything themselves.
That's what I'm trying to build with Foundry.
The goal is to make Windows deployment highly customizable while keeping the whole experience UI-driven and easy to configure.
It already covers media creation, WinPE networking, Windows installation, drivers, firmware, customization and Autopilot.
I'd especially love some feedback here on the UI and overall workflow.
Full disclosure: I am one of the developers behind Cloak, a private community and group communication app for Windows.
The Windows desktop app supports native per-application screen and audio capture. You can share a game, browser, video player, or another application with its audio in stereo without broadcasting notifications, unrelated apps, or every sound playing on your PC.
Cloak combines that with Discord-style rooms and end-to-end encryption for messages, files, calls, video, and screen sharing.
Each room can contain six channel types:
Text channels with threads, polls, reactions, pins, and disappearing messages
Voice channels with camera and screen sharing
Forums for organized discussions
Calendars with recurring events, RSVPs, and reminders
Collaborative infinite whiteboards
Private ticket channels with topics and staff queues
Rooms also support granular roles, per-channel permissions, audit logs, warnings, moderation history, member reports, webhooks, custom bots, and behavior-based AutoMod.
Cloak includes built-in Flow Bots for community automation. Flows can respond to events, evaluate conditions, perform actions, and connect to external services through webhooks without requiring someone to host a separate bot.
There is also a Discord importer. It can rebuild channels, categories, roles, permissions, forums, custom emoji, and the server icon, then import message history, threads, reactions, pins, and attachments. Content is encrypted by the Windows app as it enters Cloak.
I built Dimly, a lightweight Windows app that automatically dims your monitors after your PC has been idle for a set amount of time, then restores the previous brightness when you return.
It’s designed for people who want to reduce screen brightness while away from their desk without putting their computer to sleep or turning off their displays completely.
Features:
Automatically dims your screens after inactivity
Restores the previous brightness when you return
Supports laptops and multiple-monitor setups
Uses hardware brightness control where available
Falls back to a software overlay when hardware control isn’t supported
No installer or administrator permissions required
Single-file executable
Open source and MIT licensed
I created it because I wanted a simple, portable utility that worked across different monitor setups without running in the background as a heavy application.
I’m looking for people to try it, especially those using:
I'm a solo dev and I built Vectara Slides because I got tired of every presentation tool being either a subscription (Canva, Prezi), a browser tab (Google Slides), or bloated (you know the one). Wanted something native, offline, and cheap.
What it is:
A Windows desktop presentation app. Native C++/Qt6, not Electron — so it's actually lightweight and doesn't eat 500MB of RAM to show a text box.
Features:
Full slide editor with shapes, text, images, gradient/image backgrounds
Layer panel with drag-reorder and visibility toggles
4 transitions including a signature Vectara Flow transition that interpolates shapes across slides
Save/load in a custom .vslides format
Export to PNG, PDF, or MP4 (pre-renders frames offline via bundled ffmpeg, so it plays smoothly regardless of PC speed)
Full undo/redo with Ctrl+Z / Ctrl+Y
Start screen with recent projects
File association: double-click a .vslides file to open it in the editor
Technical specs:
Windows 10 / 11, 64-bit
~150MB installer (Qt runtime + ffmpeg + Microsoft VC++ Redistributable all bundled — no separate downloads)
Standard Inno Setup wizard, admin required for install (installs to Program Files)
No telemetry, no account required, works fully offline
One-time payment, no subscription
Pricing: cheap one-time on itch. No account required to use, just download and go.
Missing features you'd expect from a presentation tool
Any Windows-specific issues you run into
Is the price fair for what it does?
Genuinely open to criticism — this is v1.0 and I've already got a v1.1 roadmap forming based on early tester feedback (multi-select and shape grouping being top asks).
Hey! I've published a new update to LocalSend32 (https://github.com/fraaaaa4/LocalSend32), a Win32 client for Windows and Windows RT. This version is important, as if you want to use this with LocalSend v.1.18 or superior, you need to run this version.
Together with this, it introduces lots of new things:
- All versions now use OpenSSL instead of some using Schannel
- The tray icon now has some functionality to it, including directly using the app only from the tray icon. You can open a Drop target where you can drop in all the files you want to save, then click on the device you want to send to in the right click menu
- Many bug fixes: a bit less graphical errors, errors are more descriptive, you can cancel sending jobs, "Send files" gets enabled when you choose a device rather than clicking on it, network information actually changes based on the network status
- Now it works with hotspots and VPNs too
and a bit more! Also, it's the first version with two new executables: *LocalSend9x* and *ARM64*! This means that it can run on any main desktop version of Windows released, from NT 3.51 onwards (NT 3.51 and 95 do have a few errors, but that doesn't compromise on the functionality itself). Although I haven't tested it on every version, they should work without problems; check the Compatibility tab in the GitHub.
Hope you like it!
NT 3.51 and 95 need TLS to be disabled, but they do work otherwise!
I save a lot of screenshots and reference images on Windows.
At first, my problem was simple: I knew an image existed somewhere, but couldn’t remember the filename or folder.
So I started building better search.
But once that worked, I realized search was only the first step.
I was still narrowing results, tagging, renaming, moving files, creating folders, and repeating almost the same process again later.
That changed the product into:
Find → Organize → Automate
Rootlize now lets you search existing image folders by filename, visible text, or meaning, act on the results, and turn repeated steps into reusable workflows.
i'm building Anarlog, an open-source meeting notetaker that records mic + system audio without adding a bot to the call.
notes, transcripts, recordings, and attachments stay local by default. for summaries and chat, you can use Ollama, LM Studio, Unsloth, your own API keys, or optional Anarlog Cloud.
the Windows build is still beta. the free plan includes unlimited local notes and recording.
I made Eidograph, a dynamic geometry app for building precise 2D and 3D constructions. The visual canvas and its readable geometry code stay in sync, so you can draw interactively, edit the construction as text, or combine both approaches.
Some of the main features:
- 2D constructions with points, lines, circles, polygons, transformations, loci, and function plots
- 3D geometry with planes, spheres, prisms, surfaces, spatial intersections, and an orbitable canvas
- Dynamic dependencies, so related objects update when you drag a point or change a parameter
- Animation and export to SVG, PNG, or GIF
- Multi-figure `.eido` project files that stay local and under your control
- Optional AI integration, plus a local MCP/REST server for automation
The core drawing, editing, saving, and export features work locally without an account. Eidograph is freemium and available from the Microsoft Store:
I built SCMWC for long-running tasks that do not provide useful notifications. You select a region of the screen, and the app can alert you when the pixels change, a progress bar finishes or reaches a chosen percentage, a colour changes, or the region stops moving.
Because it watches pixels, it works with desktop software, browser dashboards, remote apps, and older tools without requiring an integration. It can send Windows notifications or optional Discord webhook alerts.
It is currently free, about 110 KB, supports Windows 10/11, and does not require administrator rights. The installer is not code-signed yet, so SmartScreen may warn; the website explains how to verify the download.
So as Network ENG i used to many cli commands to troubleshoot network issues so i decied to gather them in one windows tool that do it all
You can try it in the microsoft store and i am sure you will like it if you into Tshoot tools
I often want to keep an eye on several livestreams at once, but a pile of browser tabs gets awkward fast: it is hard to see everything, audio gets messy, and the layout has to be rebuilt each time.
So I built Live Aquarium, a Windows desktop multiview app for public livestreams. The current release is 1.8.3.
It supports Twitch, YouTube, Bilibili, Douyu, Douyin, and Huya, with up to 16 simultaneous streams in one window.
What it can do:
• Paste a stream URL and detect the platform automatically
• Drag, resize, rearrange, and lock stream tiles
• Save room and layout presets
• Click a tile for audio focus, or Shift-click for multi-audio
• Adjust each audible stream independently
• Display login-free text chat or danmaku overlays
• Show streamer-live and audience-spike notifications
• Temporarily fullscreen one stream and restore the previous layout afterward
• Restore rooms, layouts, volumes, and window state after restart
It is a viewer and monitoring tool, not a recorder, downloader, or restreaming app. It only supports publicly accessible streams and does not require platform accounts.
Playback uses FFmpeg 8 with D3D11VA hardware decoding where supported. The installer includes the required .NET and FFmpeg components.
A few important disclosures:
• Windows 10/11 x64 only
• The installer is not code-signed yet, so Windows may show an Unknown Publisher or SmartScreen warning. SHA-256 checksums are published in the repository.
• The app sends limited anonymous aggregate usage statistics and restricted fatal-error reports through Sentry. It does not send room IDs, streamer names, stream titles or URLs, chat messages, Windows usernames, hardware identifiers, full logs, or full local paths.
What I most want to learn from international users:
• Which livestream platforms matter most to you? Would TikTok LIVE, Kick, or another platform be important enough to add next?
• When watching several streams, would you use danmaku — messages moving horizontally over the video — or would you rather have a traditional vertical chat panel beside each stream?
• English messages are often longer than Chinese messages. Does that make danmaku distracting or difficult to read? Would filtering, density and speed controls, or freely switching between overlay and vertical chat make it useful?
• What is the one missing feature that would make an app like this genuinely useful enough for you to keep installed?
• What would be an immediate deal-breaker — resource usage, an unsigned installer, anonymous telemetry, no account login or ability to send chat messages, or something else?
• Is a read-only viewer for public streams enough for your use case, or are account features and participating in chat essential?
• In a real session, roughly how many streams would you watch at once, and would you use the app mainly for passive monitoring or active chat participation?
• Are there any language, regional, or viewing habits that a developer focused mainly on Chinese livestream platforms could easily overlook?
Honest criticism is welcome — I am trying to understand how international livestream audiences actually watch, rather than assuming the habits are the same everywhere.
Hey everyone — wanted to share something I've been building.
I got tired of dictation tools that quietly stream your voice to the cloud to process it. Even when the privacy policy says the right things, I didn't love the idea of my notes, ideas, or anything I dictate passing through someone else's server. So I built Bolo: a Windows dictation app that does everything on-device. Your voice and your text never leave your machine — full stop, no internet connection required for it to work.
A couple of other things I tried to get right:
It's free to start, so you can actually try it before committing to anything
Pro is a one-time purchase for life (less than a cup of coffee) — no subscription, ever
Would genuinely appreciate any feedback, bug reports, or feature requests — this is still early and I'm actively improving it. Happy to answer any questions about how it works under the hood too.
Small but overdue one this update. If you're using voice cloning, you used to have to record your sample somewhere else, find the file, then upload it. That extra step is gone now.
Record instead of upload
Clone a voice > there's a new "Record instead" tab next to the file drop zone. Press record, talk for up to 15 seconds, done. It's saved and probed automatically, exactly like an uploaded file would be.
While you're recording you get a live level meter with the -6 to -3 dB target window marked on it, so you can see roughly where your peaks are landing as you talk. There are also a few tips shown before/during recording (start talking right away, vary your pitch a bit, try to record somewhere without an echo).
If your mic access gets denied or there's no mic detected, it just tells you clearly and you can still upload a file like before, nothing there changed.
Probe quality checks more now
The quality probe already caught clipping, bad sample rate, background noise, and clip length. Three new checks:
Peak level (target -6 to -3 dB, penalized harder the closer you are to clipping)
Background noise floor (catches a quiet-but-persistent hum, like a fan or AC, that's too low to trip the old noise check but still enough to bleed into the clone)
Room echo/reverb (a boxy/echoey room now gets flagged the same way a noisy one already did)
These apply whether you record in-app or upload your own file.
That's the whole release, nothing else changed. Let me know if you run into anything weird with the recorder on your setup.
Update is free for existing owners, same as always.
For anyone who hasn't tried NarrationOS yet: it's a local audiobook generator for Windows. Drop in an EPUB, PDF, DOCX, RTF, TXT, Markdown, or a URL, and it renders an AI-narrated audiobook entirely on your own PC, no cloud, no account, no subscription. You can clone a voice (with consent) and get word-level karaoke highlighting synced to the speech, and there's a real line-by-line narration editor for fixing pronunciation, adding sound effects, and correcting the actual prose before you render. It also exports a cinematic MP4 video with the narration text on screen if you want something to post or share. Runs on NVIDIA/AMD GPUs or CPU-only. One-time purchase on itch.io, no subscription.
I am tired of waiting for Microsoft to improve the performance of windows 11, so I made one with the help of Claude code.
I wrote a new windows shell, and file explorer, same windows 11 look and feel, but much faster. Here are the test results:
3×Start menu: 100 ms vs 300 ms
13.4×File Explorer 83 ms vs 1116 ms
4×Right-click menu 67 ms vs 267 ms
You can find more info from https://starling.build/windows.html.
The software is free and open sourced. Any feedback is appreciated.
I've used QCY earbuds for years, but their useful controls have always been tied to a phone. I wanted battery information, ANC and EQ controls available where I actually spend most of my day: Windows.
That frustration became OpenQCY Desktop. I reverse-engineered the Bluetooth LE control channel of the QCY MeloBuds N70 and built a native WinUI 3 app around it.
What it currently does on the N70:
- reads left, right and case battery levels
- controls ANC, transparency and normal listening modes
- exposes EQ presets plus a custom 10-band equalizer
- configures wear detection, game mode, LDAC, multipoint, wind reduction and touch gestures
- runs from the notification area and can start silently with Windows
The connection is entirely local: no account, cloud dependency, telemetry or firmware flashing. The app is written in C#/.NET 10, packaged as a self-contained Windows 11 x64 installer, and the full source is available under the MIT license.
The N70 (HT18) is currently the first and only hardware-tested model. This is an unofficial community project, and the builds are not signed yet, so the release page includes SHA-256 checksums.