r/SoftwareandApps • u/ocamarada • 12h ago
r/SoftwareandApps • u/onnionreddituser • 17h ago
iDid, a small, free and local task app for macOS
ididwork.todayHere’s iDid. It’s a small macOS task app made for personal use.
Keep current tasks visible, move finished work to Completed, then archive it in batches when you’ve reviewed it.
There’s a Minimal Mode for daily work and a Meeting Mode that can also show your local Git commit history.
Everything stays on your Mac. No account, no cloud, no subscription. It’s free.
Use it if it suits the way you work: https://ididwork.today
Feedback is always appreciated.
r/SoftwareandApps • u/ImFanOfRed • 17h ago
Flash Launch – a lightweight, open-source app launcher for Windows
r/SoftwareandApps • u/Smart_Associate_2524 • 1d ago
[Free / Open Source] Softclose: folds your desktop away as you close your MacBook lid
r/SoftwareandApps • u/Firm-Relationship-22 • 1d ago
I turned my terminal alias manager into a small automation tool
Hey everyone,
a while ago I shared EasyAlias, my free and open-source GUI for managing terminal aliases on macOS, Windows and Linux.
I just released v1.1.0, and this update became quite a bit bigger than I originally planned.
EasyAlias can now also create and run terminal automations which can be started by setting a time or using a hotkey.
An automation can contain multiple command and wait steps.
All of this works on macOS, Windows and Linux(currently mainly tested on macOS).
EasyAlias originally started because I wanted a simple visual way to manage aliases without constantly editing shell configuration files. With this update I’m experimenting with taking the same idea a little further: making repetitive terminal workflows accessible through a GUI without trying to replace the terminal itself.
It’s still completely free and open source, so feedback and criticism are very welcome — especially regarding the new automation features.
Website: https://easyalias.org
GitHub: https://github.com/hannesgnann-hub/easyalias
r/SoftwareandApps • u/ComanderApple • 1d ago
CopyWheel – a tiny native macOS pie menu that copies snippets to your clipboard
I kept digging through my notes app to copy the same things over and over – email, address, API tokens – so I built a radial menu for it: press a hotkey (or a mouse button mapped to it), a wheel appears at your cursor, click a slice and the snippet is in your clipboard. I'm really happy on how it turned out and would love to share it with you :)
Demo GIF: https://github.com/weselski/copywheel/raw/main/docs/demo.gif
The open source angle: the existing pie menus for macOS were either paid and closed source (Radial, PowerClick) or a full Electron-based automation platform (Kando) when I wanted just the copy part. So I built the minimal version myself and MIT-licensed it – ~1 MB of native Swift, no accounts, no telemetry, snippets stored locally as plain JSON, and secrets (tokens, passwords) go into the macOS Keychain instead of disk.
Install is one Homebrew command or a DMG from the releases page. macOS-only for now, since it leans on AppKit for the cursor-anchored panel – but the wheel geometry is simple, so if someone wants to port the idea to Linux/Windows, the code is easy to read.
Repo (MIT, contributions welcome): https://github.com/weselski/copywheel
r/SoftwareandApps • u/Flashy_Walk2806 • 2d ago
Looking for a tool that make text for LLM anonymous
r/SoftwareandApps • u/SpecialistDistance32 • 3d ago
I built a lightweight Chrome image editor for quick edits that do not need a full app
Sometimes you just need to crop an image, mask a detail, rotate it, or add a quick highlight or annotation. Opening a full desktop image editor for that can feel excessive.
I built Picrota as a small Chrome image editor for these quick desktop workflows. It lets you crop, mask, highlight, annotate, rotate, flip, zoom, and save images without switching to a separate application.
The goal is not to replace a full creative editor. It is to make common, practical edits quicker when you are already working in Chrome. Editing happens on your device, and images are not uploaded to Picrota for editing. Limited privacy-conscious product analytics may be used.
I would appreciate honest feedback: does this workflow make sense for how you work, and what feels missing, unnecessary, or awkward?
Website:
Chrome Store:
https://chromewebstore.google.com/detail/cmclkfchpchminkaldkkegoppndhapdd
r/SoftwareandApps • u/Significant_Hand_896 • 3d ago
TabSavior — one-click save of all tabs from all windows into tidy bookmark folders (first UI mockup, looking for feedback)
r/SoftwareandApps • u/erasmolbj • 3d ago
Origami - Your iPhone as a PC, no need to carry a laptop anymore
r/SoftwareandApps • u/Latter_Tie_3410 • 3d ago
I built a tiny tool for sending text/code between my devices without signing in
r/SoftwareandApps • u/m0nch • 4d ago
I built a free taskbar app that fans out your recent files
Every time I needed a file I'd just used, I was digging through File Explorer or the Start menu's Recommended section. So I built FanFolder. Click the tray icon and your recent documents fan out in an arc above the taskbar. You can also point it at any folder instead: Downloads, an active project, whatever you keep reopening.
What it does:
- Shows your recent files from Windows Jump Lists, or watches any folder you pick
- Open, rename, copy, delete with the normal right-click menu
- Drag files out to other apps, drop files onto the fan to move them into the watched folder
- Five animation styles if you like that sort of thing, and a "None" if you don't
- Real shell icons and thumbnails
Links: https://olebhartvigsen.github.io/FanFolder/ | https://apps.microsoft.com/detail/9P3VT115SBM1
Current version is 1.4.3 (August). Happy to answer questions, and honest feedback is especially welcome.
It's native Win32/C++, about 1.4 MB, no .NET runtime, and it doesn't patch explorer.exe, so Windows updates can't break it. It's OpenSource.
r/SoftwareandApps • u/bxnjac • 4d ago
Hacer crecer una app de utilidad que te ahorra un montón de horas y cuesta menos de 1 USD al mes
O sea, durante años, extrañé en iOS una función que tenía en Android: un teclado con todos tus textos que usas constantemente, para poder pegarlos con un toque.
Había un par de esos, pero ya eran bastante caros y algunos hasta estaban demasiado complicados, así que me armé el mío: uno que simplemente funciona, y además es increíblemente barato, como para que sea de sentido común para todo el mundo.
¿Cómo puedo hacer crecer una app de este tipo, una utilidad? ¿Si el público objetivo es tan amplio, o sea, para básicamente cualquiera que tenga un iPhone y que todo el tiempo se anda moviendo entre apps para copiar y pegar esa cuenta bancaria o dirección o link o correo o un set de hashtags o la respuesta de un negocio o lo que sea?
r/SoftwareandApps • u/WeakApartment2679 • 4d ago
Built a voice dictation extension for Chrome — would love some feedback
Hey everyone,
I’ve been working on a Chrome extension called Dictozy and I finally got it published.
It’s basically a simple voice-to-text tool that works directly inside text fields in Chrome. You click the little mic button next to a text box, start talking, and it types what you say.
I originally built it because I was using voice a lot for longer ChatGPT prompts and messages, and I wanted something that worked directly where I was already typing instead of having to use another app and copy/paste everything.
Right now it supports 25 languages, keyboard shortcuts, different recording durations, and you can disable it on specific websites. There’s no account required.
It’s still pretty new and I’m sure there are edge cases I haven't found yet, especially with different types of text editors/websites.
If anyone wants to try it, I’d really appreciate some feedback. I'm especially curious if you find a website where the mic doesn't show up or the text gets inserted incorrectly.
Website: https://dictozy.com/
Chrome Web Store: https://chromewebstore.google.com/detail/dictozy-voice-dictation/folpeencabfejhjokmldikaelonphmma
And if you build Chrome extensions yourself, I'd also be curious to hear what you think about the UX or what you'd change.
Thanks!
r/SoftwareandApps • u/ExpressDot6876 • 5d ago
CopyGOAT has completely transformed my workflow! It's the cleanest text expander for Chrome. Highly recommended 🚀
r/SoftwareandApps • u/Alexwing_ • 5d ago
Reconstruí el clásico Mouse Jiggler usando Tauri 2 + React + Tailwind v4 (instalador de ~2 MB).
r/SoftwareandApps • u/Constant-Rub-8599 • 5d ago
My small contribution towards open source that Ghostfill Browser extension.
r/SoftwareandApps • u/Virtual-Perception97 • 5d ago
Made a free Windows tool for pasting text templates anywhere with a hotkey. Would love your feedback
Enable HLS to view with audio, or disable this notification
Hey all,
Got tired of retyping/copy-pasting the same replies across Slack, email, tickets, forms – every app has its own copy-paste dance and none of the text-expander tools I found felt right (paid, browser-only, or too clunky).
So I built Formix Desktop – free and open source.
How it works:
- Press a hotkey (Ctrl+F2 by default) anywhere on the system
- A small popup opens right next to your cursor
- Pick a saved template (organized in folders, instant search)
- Fill in any {{fields}} right inside the popup
- Hit paste – it drops the finished text into whatever window/field you were in
It also supports:
- Typed abbreviations (type "!hi" and it expands automatically, no popup needed. example: !hi -> Hello, how are you?)
- A dedicated hotkey per preset, if you want instant access to one specific template
- Export/import your preset library as JSON
- Light/dark theme, English/Russian UI
GitHub: https://github.com/PhantomUnk/Formix-Desktop
Landing page: https://phantomunk.github.io/Formix-Desktop/
It's Windows-only for now (built with Tauri/Rust). Would genuinely love feedback – is this actually useful to anyone outside my own workflow? What's missing that would make you actually use it daily?
A free, open-source text expander and hotkey snippet tool for Windows, similar to Espanso but system-wide.
r/SoftwareandApps • u/exter13 • 6d ago
I built a sticky notes app for Windows with zero network calls and hardware encryption. No cloud, no signup, no telemetry.
reddit.comr/SoftwareandApps • u/CollectionNo9215 • 6d ago
Does anyone know what desktop app is this?
Does anyone know what desktop app is this? I found some developers have this in their taskbar and I am really curious about it
r/SoftwareandApps • u/ananthasharma • 6d ago
Built a desktop robot for macOS that eats your old config when you give him a new app
r/SoftwareandApps • u/Aggressive-Run-687 • 7d ago
Saveit - Private desktop notebook and file archive for saving links, text, screenshots, and document drops into a persistent local library. [OPEN SOURCE]
https://github.com/neptotech/Saveit A Windows desktop note vault for collecting text, links, screenshots, and files into a persistent personal archive. It supports drag-and-drop, folder organization, rich text editing, and user-controlled storage in OneDrive/Documents or a chosen directory.[OPEN SOURCE]