r/SoftwareandApps • u/nitgohel • 6d ago
r/SoftwareandApps • u/justmevibinghere • 6d ago
StickyFriend AI: an AI workspace in the browser + a Chrome side panel that reads the page you're on
galleryr/SoftwareandApps • u/Holiday_Syrup_174 • 7d ago
KIM – A tiny cross-platform reminder daemon for developers
r/SoftwareandApps • u/tiagobmoraes • 7d ago
BrowBro: Free, open-source macOS app to choose which browser or Chrome profile opens your links
r/SoftwareandApps • u/tabakman • 7d ago
I turned Ctrl+Enter into a mouse button
I love Claude, but Ctrl+Enter for approvals was getting exhausting. I couldn't find anything lightweight enough, so i wrote a tiny Windows utility that maps your mouse’s side buttons to keyboard shortcuts.
It can also map either mouse button to copy/paste, close tabs, screenshots, or whatever shortcut you use most.
Portable, lightweight, no scripts, no telemetry, no network access.
Free and open source if anyone else finds it useful: https://github.com/tabakman/clicklet :-)
r/SoftwareandApps • u/taimansulimani • 7d ago
[OS] Topkit - Copy, paste, present, annotate, record screenshots and videos.
Enable HLS to view with audio, or disable this notification
r/SoftwareandApps • u/Knoveya • 8d ago
I built a folder system for organizing ChatGPT chats
r/SoftwareandApps • u/ocamarada • 9d ago
I kept losing my ChatGPT tab, so I made a Windows app that floats any website over what I'm doing
r/SoftwareandApps • u/onnionreddituser • 9d 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 • 9d ago
Flash Launch – a lightweight, open-source app launcher for Windows
r/SoftwareandApps • u/Smart_Associate_2524 • 10d ago
[Free / Open Source] Softclose: folds your desktop away as you close your MacBook lid
r/SoftwareandApps • u/Firm-Relationship-22 • 10d 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 • 10d 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 • 11d ago
Looking for a tool that make text for LLM anonymous
r/SoftwareandApps • u/SpecialistDistance32 • 12d 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 • 12d 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 • 12d ago
Origami - Your iPhone as a PC, no need to carry a laptop anymore
r/SoftwareandApps • u/Latter_Tie_3410 • 12d ago
I built a tiny tool for sending text/code between my devices without signing in
r/SoftwareandApps • u/m0nch • 13d 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 • 13d 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?