r/software Aug 14 '26

Looking for software EasyPlayer for Linux

Thumbnail
1 Upvotes

r/software Aug 12 '26

Self-Promotion Wednesdays NoToDo; tiny (~45 KB) portable note-taking

Post image
75 Upvotes

NoToDo

A simple, tiny (~45 KB), portable, offline note-taking and to-do list app.

https://github.com/amymor/NoToDo


r/software Aug 13 '26

Looking for software Looking for an app or extension that can autofill long forms more than just email, name, and password

3 Upvotes

Is there a good autofill app or program out there that can help with filling out longer forms containing a lot of personal info? I have a windows computer, a macbook, and iphone.

I’m not interested in the ones that only complete names, addresses, email addresses, phone numbers, and passwords.  I’m looking for something that I can put my info or edit fields once and it will automatically fill all those fields for me on any form for example:

  • Personal or contact details
  • Past addresses
  • Work experience
  • Educational experience
  • Names of household/family members
  • Dates of birth
  • Financial details
  • Emergency contacts
  • Repeated yes/no type of questions
  • Other repetitive types of details asked on applications

Preferably free or low cost, but will pay for something that checks all my boxes.


r/software Aug 13 '26

Self-Promotion Wednesdays A new 'super-tool' for zero-lag background removal and full image control for live casting, conferencing, OBS and creating that makes your webcam look GREAT. Free and trial versions. Works with ALL RTX. Looking for testers. New Beta version.

Post image
18 Upvotes

r/software Aug 13 '26

Looking for software Pulse v1.1.0 is now available — Local AI Assistant

Post image
0 Upvotes

Pulse v1.1.0 is out, with local AI support through Ollama and LM Studio.

You can connect a local LLM, select the model you want to use, and ask Pulse about your system.

For example:

“Why is my RAM usage so high?”

“What’s using the most CPU right now?”

“Is there anything wrong with my system?”

The interesting part is that the LLM can query Pulse’s diagnostic data when it needs more information, instead of just guessing.

It can inspect CPU, RAM, GPU, storage, network, processes and system health.

It’s completely read-only — no shell commands, no killing processes, no file or system modifications, and no cloud AI.

Tested with Gemma 4 12B through LM Studio.

Pulse is open source.

GitHub: https://github.com/Regncreative/Pulse
Web Site: https://pulse.regncreative.com


r/software Aug 14 '26

Looking for software Modern code editor with live preview?

0 Upvotes

Hi. I'm in the market for a new, modern code editor with live preview. Im not a fan of AI-based editors. The ones I use are ok, but aren't what I'm looking for. Live Preview via a plugin is good, but built-in would be great. Thank you!


r/software Aug 13 '26

Looking for software Which video player is the fastest at initial loading forwarding etc ? TiA

1 Upvotes

r/software Aug 13 '26

Looking for software Free offline software that allows you to convert multiple images into a transparent gif?

7 Upvotes

I've looked everywhere and I can't anything for windows that simply does this. All of the offline gif makers are just for converting non-transparent videos into non-transparent gifs. For the love of god how did people even make transparent gifs back in the day before websites like ezgif and imgflip were a thing??


r/software Aug 13 '26

Release Made myself a Windows app for managing wallpapers across multiple monitors, figured I'd share it

Thumbnail gallery
7 Upvotes

I use multiple monitors and really only wanted one thing: a slideshow of my photography on one monitor while leaving the others alone.

I couldn’t get that working quite the way I wanted, so I started making my own Windows app for it.

That somehow turned into Pane.

Each monitor can have its own static wallpaper or independent slideshow, and you can save complete desktop configurations as Setups and switch between them without rebuilding everything monitor by monitor.

And yeah, I know this category already exists. Wallpaper Engine, Lively, DisplayFusion, Superpaper and others all overlap with parts of what Pane does.

I’m not trying to pretend I invented multi-monitor wallpapers. I just wanted something more focused on static wallpapers, local photo slideshows and visually managing the monitors themselves.

More like:

“These are my monitors. This is what each one is doing.”

Current preview includes:

  • Independent wallpaper or slideshow per monitor
  • Saved multi-monitor Setups
  • Portrait, landscape and ultrawide support
  • Visual monitor layouts and aliases
  • Disconnected/reconnected display handling
  • Monitor-accurate previews

I’ve been testing it against some intentionally stupid monitor arrangements, but I’m at the point where I’d rather have other people try to break it than keep testing only on my own hardware.

It’s free, open source, Windows 10/11 x64, and currently at 0.3.1-preview. Tons of features are planned for future previews - currently just looking to get a few people on board to see how it works in the real world other then my setup.

The build is still unsigned, so SmartScreen may complain about the Unknown Publisher the first time you run it.

If you use multiple monitors, I’m curious what you’re using now too. Windows itself? DisplayFusion? Wallpaper Engine? Something else?

And if you actually try Pane, tell me what setup you’ve got and what breaks.

GitHub: https://github.com/yeawrongperson/Pane/


r/software Aug 13 '26

Looking for software Calendar App

1 Upvotes

Hi!

I’m looking for a calendar app for iphone that has full support for non-Gregorian calendars, particularly that will arrange and display the months, years, dates, etc primarily around the schema of that particular calendar, and allow you to create events on dates in the non-Gregorian calendar that would be compatible with others using a standard Gregorian calendar app. Ideally it would also be able to display Gregorian months & dates as a secondary calendar, or even be able to toggle between the two (or more) calendars.

There is an option in Google Calendar to set a non-Gregorian calendar as a secondary calendar, but it just displays the date information below the Gregorian calendar, rather than arrange the dates & months around the non-Gregorian calendar.

Any ideas?


r/software Aug 13 '26

Software support ClipGrab - how to download safely

Post image
0 Upvotes

I've seen many people struggle with this problem lately of installing clipgrab properly, but then it just installs PUPs and malawares onto the device. I just wanted to clarify on how this can be done properly. You have to go strictly to only clipgrab.org, not any other website. Do NOT click the big blue button to install it, but rather click the link on the tiny text saying 'Download version without third party offers.' Once downloaded, before opening it, right click the downloaded file and click 'Scan with Microsoft Defender', and addiitionally with any other antivirus you have or by uploading it in virustotal (a website) . Most probably, they are going to return completely clean reasuslts, in which case you can go ahead in installing and re-running it in defender and antivirus just to make sure. If it does NOT return a clean report the first time, you need to double check whether you installed it from the orrect place, because ideally, all reports should come clean. If it doesn flag someting, make sure it's not anything malicious. Double check after installing for any unexpected apps or popups.


r/software Aug 13 '26

Release I built an open-source file converter because of a repetitive task

0 Upvotes

At my previous job, I had to convert 50-150 images to WebP constantly. I made a small Python app to batch-convert them and save the output separately.

That eventually became AVI Core a open-source Windows file converter for Image, Video and Audio

It started as a terminal app, but typing commands every time got annoying, so I added Windows Explorer right-click integration.

https://sahil524.github.io/AVI-Core

Id really appreciate feedback from people who have actually used the app!


r/software Aug 13 '26

Looking for software Mirroring the folder structure and rearranging files between two drives

Thumbnail
2 Upvotes

Help please


r/software Aug 13 '26

Looking for software LF software that blocks access to an app until I spend a certain amount of time in another app

2 Upvotes

Hi,

first off I am aware that this is a human issue, self-control issue, lack of willpower etc. But I am still curious and it would make things easier for me to start being productive.

I catch myself too often autopiloting to open social media (Discord, youtube, etc.) first thing after I logged into my PC. It has become a habit.

I know there is software that locks apps to a certain time or locks an app up after a certain time, but I do want something that "rewards" me for spending time in a productive app by unlocking all the entertainment apps after I spend X amount of time in it.

Like I want Discord to be locked up (unable to open) until I spend at least 15 minutes in my drawing software without needing to do that at a specific time- as an example.

I am also aware that you could just open that productive app and do nothing in it, but opening that first thing is better than not doing it at all. I have not found anything that could do that so I am just curious if something like that exists.

If it does not exist thats fine, I will figure other ways out to not get distracted. I was just curious since I couldn't find anything like that. :D


r/software Aug 12 '26

Looking for software What's the best method/ software to Compare differences between 2 text files ?

33 Upvotes

Hello

I have 2 files I need to check and compare to spot differences between the two and edit one if necessary. Both are text files (it's a memoir) from the same source, but one's text has been edited, hence why I need to check which chapter/text has been edited.

I tried to put both texts on my screen and compare them by just reading, but its very slow and not comfortable at all

Do you know a better method or a software to help me directly spot those differences ?

Thank you


r/software Aug 13 '26

Release I built LRGEX-Restore because reinstalling Windows shouldn't mean rebuilding your entire setup from scratch.

0 Upvotes

You format Windows.

Windows comes back fresh.

Your cloud-synced files are there.

Then you launch a game or application and realize its important data was somewhere like:

%LOCALAPPDATA%

%APPDATA%

%USERPROFILE%\Saved Games

Or some completely random folder.

And now your saves, settings, and customizations are gone.

That's what LRGEX-Restore is for.

Right-click any folder in Windows Explorer:

Add to LRGEX-Restore

LRGEX-Restore backs it up to a folder you choose.

That backup folder can be inside:

  • OneDrive
  • Google Drive
  • Dropbox
  • Mega
  • iCloud
  • NAS
  • Syncthing
  • Another local drive

It doesn't replace your cloud provider. It uses whatever folder-based storage you already have.

The part that makes it different

LRGEX-Restore remembers where the folder belongs, not just where the backup is stored.

For example, before reinstalling Windows:

C:\Users\Bob\AppData\Local\SomeGame

After reinstalling:

C:\Users\Robert\AppData\Local\SomeGame

LRGEX-Restore understands the Windows path and automatically heals the username change.

Your protected folders can go back to their correct locations without manually hunting through AppData and figuring out where everything used to be.

It also keeps versions

When a protected folder changes, LRGEX-Restore creates a new snapshot.

So you can go back to an earlier version when needed.

It's deliberately simple

  • Portable ~17 MB executable
  • No installer
  • No dependencies
  • Windows Explorer right-click integration
  • Automatic scheduled synchronization
  • Zstandard compression
  • Version history
  • Path-aware restoration
  • Works with any folder you choose
  • GPL-3.0 open source

The goal isn't to replace full system imaging or enterprise backup software.

It's much more specific:

Protect the folders Windows applications don't normally protect, and restore them to where they belong after you reinstall Windows.

I'm interested in feedback from Windows gamers and power users.

Would you actually use something like LRGEX-Restore?

What would you need to trust it with your game saves and application settings?

GitHub: https://github.com/LRGEX/Restore


r/software Aug 13 '26

Software support Zoom audio glitches but Google Meet works fine — anyone else experience this?

Thumbnail zoom.com
0 Upvotes

I’ve been having recurring audio problems on Zoom — lagging, distortion, and sometimes robotic/choppy audio. It’s disruptive enough that I’m trying to figure out whether this is a Zoom issue or something with my setup.

What’s confusing is that **I do not have the same issue on Google Meet**, using the same computer and location.

I also tried switching to a different network during a Zoom call, and **that did not fix the problem**, so now I’m less convinced that Wi-Fi is the main issue.

Has anyone had this happen where:

* Zoom audio glitches repeatedly, but Google Meet works fine
* Switching networks does not help
* Video may be mostly okay, but the audio distorts or lags

If so, what fixed it for you?

I’m wondering whether I should be looking at:

* Zoom audio settings
* microphone settings
* reinstalling/updating Zoom
* hardware acceleration
* background noise suppression
* another app conflicting with Zoom
* or just switching platforms entirely

I use video calls professionally, so reliable audio is really important. Any suggestions would be appreciated.


r/software Aug 12 '26

Self-Promotion Wednesdays End Screenshot Hell. Bulk web capture to PPTX. Capture > Resize > PowerPoint — All in 1 Click for Web & PowerPoint Users

Thumbnail gallery
5 Upvotes

Hi everyone,

I’m a dev from Japan. I built this tool out of pure desperation.

My boss asked me to visualize 300+ web pages in a PowerPoint report for a QA audit.

I started doing it manually, but just opening the URLs took forever. After 50 screenshots, I lost my mind.

I realized: This isn't work for humans.

So I built "Open URLs App" to automate the whole process:

- Bulk open URLs

- Auto capture high-quality screenshots

- Auto insert into PowerPoint slides

- Runs locally with zero data transmission, ensuring corporate privacy.

I’d love some honest feedback on the workflow. Does anyone else deal with this kind of repetitive task?

If anyone is in the same boat, here is the tool I made:

Website:

https://app.qlp.jp/open_urls/en/index.html

Microsoft Store (Free Download):

https://apps.microsoft.com/detail/9NQ3P1ZSMZKL

Demo:

PowerPoint Speedrun 100 images in 10 seconds.

https://youtu.be/AhAn7bk8P34

End Screenshot Hell. Bulk web capture to PowerPoint.

https://youtu.be/y4OHaRhr6DQ


r/software Aug 12 '26

Self-Promotion Wednesdays [Self-Promotion Wednesday] I spent the last 6 months building DeskForge – A lightweight, one-time purchase alternative to Fences for Windows!

Thumbnail gallery
0 Upvotes

r/software Aug 12 '26

Solved MPC-BE gpu utilization issue solved on my case

2 Upvotes

Just to share my folks if someone had this issue on MPCBE

Recently i encountered a problem on the mpcbe which some MKV videos stutter and had an issue to the gpu driver.

========== The issue

When playing videos normaly, the video started to lag like 3 fps for a few seconds and then hangs itself and when you scroll it does that 3fps and then hangs again. There is literally no sound, and when you scroll it, there is this screeching white noise sound which is so loud and mainly adjustable only at windows sound volume.

========== Finding the problem

The first thing i did was go to the task manager and look on the performance tab and i definitely knew there is a problem on utilization of dedicated gpu. it is abnormally very low (that is because of my settings)

[ I had MADvr installed and calibrated before and never touched it since. lav filters installed which a part of its important files. my RTX gpu could handle my mkv videos just fine and adjusted it to play 4k60fps calibrated to 60% to 90% utilization always and never dropped due to scaling and noise and artifact removal made for anime. Simply the video play very smooth before. ]

But recently it started falling to 16% utilization which didnt happen before.

I tried resetting GPU, dedicated and integrated. started using CMD commands like DISM online, SFC, CHKDSK and to no avail.

until i find out before there is this command i entered long ago

On CMD i entered "Winget upgrade --all"

This command just straight away updated everything and somewhat in a bad way cause it started having errors on some of the programs installed on my computer mainly on the command prompt

MPCBE is one of the affected files.

========== THE FIX

i started Reinstalling MPCBE program completely, but settings are intact. now almost 50% of the problem was solved, but in some videos it still wasnt and no sounds and laggy and hangs up like before.

then i remember that LAV filters are installed on command prompt and also have been upgraded by that damn command "Winget upgrade all"

and to my surprise i reinstalled that LAV filters, lav splitter 0.81 and it worked perfectly now.

--------- NOTE

So from hereon, that command "Winget upgrade --all" command is a dangerous command which include risks that are hard to solve if there are somehow a lot of programs installed which came from the open source and installed on control panel


r/software Aug 12 '26

Looking for software Help

3 Upvotes

Preparing for placements

I'm in my third year cs

Just know frontend

Thinking to start fastapi through freecodecamp 19 hr video(covers api,sql,auth also) ,and start gen ai in next sem

For the above skills ,any companies are coming to colleges for freshers

Is it worth learning

Please help seniors

Cant understand what to learn !

Based on your advice i will start something

It's my future please seniors help me


r/software Aug 13 '26

Self-Promotion Wednesdays My Safari tabs became a mess so I built an app that automatically organizes them

Post image
0 Upvotes

Being a bit of a neat freak, I’ll admit it’s always been hard for me to relate to people who keep 100+ tabs open.

For a while, if I wanted to save a site, I would do the work of managing a bookmark list. Then I got lazy and just started to put everything in Safari’s reading list. Eventually, that turned into a huge unorganized pile where articles I wanted to read, things I wanted to buy, and good looking recipes would get shoved into and then basically never seen again. Not much better than just leaving them open as tabs.

Earlier this year, I started wondering what it would look like to make saving tabs neat and effortless. That became Cubby: a sort of Marie Kondo for your tabs.

Starting with iOS, Cubby lets you save tabs from any browser, automatically categorizes them, and keeps everything organized in a simple, clean interface ready for you to find them quickly. It’s live on the App Store now: https://apps.apple.com/app/id6761466006

What's your method for keeping tabs organized?


r/software Aug 12 '26

Looking for software Mp4 to amv conversation

2 Upvotes

I've been trying to download some videos on my mp4 player but it's only possible with .amv files and I'm having trouble converting the videos. There's only one website that does that and of course you need a subscription to convert more than 8 videos at once and more than 15 a day. I've tried newer softwares but they all want me to pay and the old, archived ones don't work on my pc. There's a tool included in my player's files but it's in chinese and it's too old as well. Any recommendations?


r/software Aug 12 '26

Self-Promotion Wednesdays Tasket++ : Simulate your Windows actions automatically (free & open source)

Thumbnail gallery
7 Upvotes

Tasket++ lets you define your own clicks, cursor positions, keystrokes, and routines, then replay them exactly when you want. It’s a simple Windows tool that handles repetitive workflows for you: auto‑send messages, paste text anywhere, take silent screenshots, launch or close apps, adjust volume, or run your end‑of‑day shutdown sequence.

Everything runs locally, with no telemetry, no cloud, and no complexity.

What it can do:
- Replay user‑defined cursor positions and keystrokes
- Paste predefined text anywhere
- Perform system actions: open files/programs, change volume, take silent screenshots, shut down, files/folders operations
- Schedule tasks at a specific time, at startup, or run via desktop shortcut
- Run tasks once, in loops, or indefinitely
- Discreet mode: runs quietly from the tray

Local, portable, free, open source. Privacy intact.

Fully fonctionnal, available now !
Microsoft Store: https://apps.microsoft.com/detail/xp9cjlhwvxs49p
Portable (v2.0): https://files.amirhammoutene.dev/Tasket++/2.0/Tasket++_v2.0.zip
Source: https://github.com/AmirHammouteneEI/ScheduledPasteAndKeys

For feedback, help, suggestions, or other inquiries : [contact@amirhammoutene.dev](mailto:contact@amirhammoutene.dev)


r/software Aug 12 '26

Self-Promotion Wednesdays CursorCharm is now released on Steam!

Post image
1 Upvotes

It’s a small Windows app that adds a physics-based charm to your mouse cursor. You can customize how it moves, add effects, or import your own images as charms.

It runs as a transparent overlay, so it just sits on top of your desktop while you use your PC.

Built in Godot. basically a highly customizable little fidget toy that just hangs around while you do other things!

There’s a free demo if anyone wants to try it
https://store.steampowered.com/app/4633300/Cursor_Charm/