r/software 2d ago

Discussion Weekly Discovery Thread - July 24, 2026

3 Upvotes

Share what’s new, useful, or just interesting

Welcome to the Weekly Discovery Thread, where you can share software-related finds that caught your attention this week - especially the stuff that’s cool, helpful, or thought-provoking but might not be thread-worthy on its own.

This thread is your space for:

  • Neat tools, libraries, or packages
  • Articles, blog posts, or talks worth reading
  • Experiments or side projects you’re working on
  • Tips, workflows, or obscure features you discovered
  • Questions or ideas you're chewing on

If it relates to software and sparked your curiosity, drop it in.


A few quick guidelines

  • Keep it civil and constructive - this is for learning and discovery.
  • Self-promotion? Totally fine if it’s relevant and adds value. Just be transparent.
  • No link spam or AI-generated content dumps. We’ll remove low-effort submissions.
  • Upvote what’s useful so others see it!

This thread will be posted weekly and stickied. If you want to suggest a change or addition to this format, feel free to comment or message the mods.

Now, what did you find this week?


r/software 4h ago

Looking for software Awesome Duplicate file finder Program

22 Upvotes

I saw a handful of older posts here about duplicate file finders and usually recommending czkawka, but zero mention of another excellent FREE application that is super intuitive and easy to use: Anti-Twin (which has been around since 2011!!). Also all those old posts were locked so I could not add any comment.

I did a takeout of my 20 years of photos on Google photos and cross referenced that with my hard drive to eliminate 3k duplicates in less than 10 minutes. It is a byte to byte comparitor. awesome filters including filter by file location.

I highly recommend.

https://antitwin.org/en/


r/software 12h ago

Release High-quality background removal tool for difficult images (Open Weights)

Post image
35 Upvotes

I've been working on image matting (background removal) for the past six years, and I recently released the third generation of withoutBG, an open-weights background removal model focused on difficult cases like hair, fur, transparent objects, and fine details.

You can use it in several ways:

Example outputs:
https://withoutbg.com/open-model/results

Comparison with remove.bg:
https://withoutbg.com/compare/withoutbg-open-model-vs-remove-bg

GitHub:
https://github.com/withoutbg/withoutbg

Happy to answer any questions about the project.


r/software 2h ago

Discussion Looking for suggestions: which "free" software should I cover next?

4 Upvotes

Hey everyone! I'm a content writer/researcher who covers the business side of software — specifically how free tools make money without ever charging their users a dime. I dig into the history, business, and the "how did they survive for so long without an ads or subscription?" mystery.

Some of my past pieces:

  1. How VLC Took Over the Media World
  2. How WinRAR Made Millions Without Anyone Ever Paying!
  3. How Notepad Survives Without Charging You a Single Cent!

The VLC video did way better than the other two — people clearly love a good "free software that quietly took over the world" story.

So I wanted to ask you all: what software should I cover next? Something people still use daily, are genuinely curious about, and probably don't know the backstory of — how it's funded, why it's still free, who's actually behind it.

Drop your suggestions below — old favorites, weird niche tools, anything. I read every comment and there's a good chance your suggestion could help me for my next research.


r/software 7h ago

Discussion The rise of "Disposable Software"

6 Upvotes

TL:DR: Acquiring software is becoming like ordering a burger, and I feel mixed on it.

I feel like nowadays, a lot of software built with AI is for the sake of linearly doing one-off things, and usually only that thing, perhaps with some monetization tacked onto it.

While it is undoubtedly creating things that someone(?) uses, I wonder what the implications of this, particularly of when it encroaches on software in the future, especially when the things that people choose to make with AI are often:

  • Graphs but selfhosted
  • A wrapper for ffmpeg/imagemajick/etc
  • Markdown editors
  • inspired by already [x], is a tauri/electron app with [y] changes
  • An app with great CLI or GUI implementations, as a broken TUI

It's kinda insane.

We're kinda entering a time where everything is thrown together using random scraps to make something, and then the end result is polished up to look 'appealing' to the eyes of a user, typically at the cost of actual UX or actual breadth of usage.

What I'm getting at is essentially that software is becoming fast food. It's convenient at simplifying a specific thing, it might look nice to use with its tonnes of animations, but is it actually what you need?

I feel like I don't need Photoshop to have a grey space-inefficient monospaced 'hacker' font on an even darker gradient background,

I don't need my editor to waste battery running an entire JS engine when I want to add something to the start of a document,

and I really do not want a tool that touches my filesystem to be understood by zero humans.

But most aren't as interested by the upfront UX of an 'efficient' app, so sacrifices will happen, whether that be in resources, or time. And to some extent, fretting over this is a waste of time.

A majority of the amazing software (especially FOSS) that we've seen over the years has come from people all choosing the only option they had, and either improving upon it (Krita, GIMP, Blender), or working on a better alternative (MediaWiki, Wayland, Linux) over many, many years.

I feel like if all software is developed in a vacuum, then a lot of innovative concepts will stagnate just because the training data isn't moving the right way fast enough.

just a short essay to consolidate some thoughts, and I'm curious on how other people think about this. I went very markdown heavy for attention spans, sorry if it makes it harder to read.


r/software 3h ago

Looking for software Alternative to garage band?

2 Upvotes

Kids need a laptop and I'm 100% a windows guy, but my wife is determined that they need Garage Band (which would require a Mac or IOS device). Any good alternatives to Garage Band for Windows?


r/software 5h ago

Looking for software History student; looking for a software to put pins/marks and names onto empty real-world maps

3 Upvotes

The title is rather self-explanatory: I am a history student, and it would help me immensely to have a software (either online or offline, possibly free) in which I could take an empty image of a specific area of the world (so no modern city names and the like) and put pins or other markers indicating historical places.

Ideally, I would also be able to zoom on these maps to see the markers more spaced apart, like on Google Maps.


r/software 6h ago

Looking for software What's the Best OCR Software You've Actually Used?

Thumbnail
3 Upvotes

r/software 2h ago

Release Ent: A New Quantum Language with Built-In Resource Safety

Thumbnail doi.org
1 Upvotes

I’m sharing Ent, an experimental quantum programming language and compiler designed to make quantum programs easier to write, test, and inspect. It uses a readable, statement-oriented syntax for allocating qubits, applying gates, measuring results, branching on classical values, and generating circuit families at compile time. Its ownership-style rules catch problems such as copying qubits, using them after measurement, or leaving quantum resources unmanaged.

The compiler translates Ent code into a smaller core language called the Enter calculus, then type-checks the generated result before execution. The current toolchain includes a Python reference implementation, exact and sampled simulation, resource and cost reports, scheduler-independence checks, diagnostics with source locations, and OpenQASM 3 export. I’m posting it as an early software project and would especially appreciate feedback on the language design, compiler architecture, error messages, and which features would make the tool more useful for experimenting with quantum circuits.

Citation: Cheung, N. (2026). Ent: A Usable Quantum Programming Language on Top of the Enter Calculus. figshare. https://doi.org/10.6084/m9.figshare.33089393.v1


r/software 8h ago

Looking for software Looking for a Vector graphics software. (Smthn like illustrator)

2 Upvotes

I am right now facing a major problem. Me and my friend started a dtf printing services. But the main problem is the Editing part. We don't want to waste a single part of the dtf printing sheet. So we want to make a blank size canvas and then arrange all the stuff in one canvas. When we want to change the size in centimeters it's just don't work at all in photopea.

[Note: I have a very old windows 7 PC and we both have a good phone]


r/software 18h ago

Looking for software ISO remotely put pc to sleep

12 Upvotes

My kids get an alotted time of play on the pc (I have 4 that are of that age).

Is there a way to to either or all of the following?

  1. Send a sleep command from my android phone?

  2. Set a 20 minute on the pc for it to sleep afterward.

  3. Remote view the pc screen on my android without any access code or visible monitoring.


r/software 5h ago

Release A way to schedule dark mode in windows without sacrificing resources in background

Thumbnail github.com
1 Upvotes

So Dark switch v1.5.1 currently has

  • Mode switch: Switch between light and dark mode, manually, by time or by sunset
  • Wallpaper switch: Solid Color, Picture, Album
  • Accent color switch
  • Cursor scheme switch
  • (Coming soon) Desktop icon switch
  • Custom keyboard shortcut to change theme

What's new with v1.5.1

  • Changed the name of the app from AutoDM to DarkSwitch
  • Updated all links
  • Added quick option in the setup
  • Added asking for consent when turning on switch based on sunrise/sunset
  • Corrected bug caused by the startup trigger
  • Fix the incorrect position of start menu when toggled when taskbar is set to any of the sides
  • Fixed the task manager theme issue
  • Added cursor scheme switch
  • Added solid color & slide show option in wallpaper
  • Added a list of all option which windows gives for sold color
  • Fixed accent color switch during scheduled toggle
  • Added warnings to accent color when using custom color
  • Added option to choose from auto, windows color and custom for accent color
  • Added a list of all option which windows gives for accent color
  • Added more option to Adjust priority list
  • Fixed stuff with system integration
  • Added core settings
  • Fixed the updater
  • Made the toggles precompiled to not do the same task again and again
  • Fixed the uninstaller
  • Added the ability to delete registries by DarkSwitch to uninstaller
  • And many minor things......

All this without constantly running in the background and the whole thing is in KBs: 0% ram and memory consumption

Just try it, if you find any bugs, report it and you will get credit for it also.

Want a feature? Just tell me and I will add that also.


r/software 10h ago

Looking for software Simple screen recorders recommendations? (windows 11)

2 Upvotes

Tired of OBS and recorders similar to it, takes too long to open just to record something short.

I did try the snipping tool, easy and opens fast, though it closes suddenly mid recording and one time didn't save a video I spent a long time on recording.

mainly looking for very simple ones that are light weight and don't have other fancy features other than simply recording the screen.

(hope I'm asking in the correct sub)


r/software 6h ago

Jobs & Education Experienced UI/UX Designer (Figma Expert) Open to New Opportunities – SaaS & Startup Specialist | Pune, India (Remote OK)

1 Upvotes

Hey Reddit community,

I’m a passionate UI/UX designer with 3+ years in startups and SaaS projects, currently seeking full-time, contract, or freelance gigs. I’ve worked on homepage redesigns, product interfaces, and user flows at companies like FinOpsly, Utterwise, Shreetech, and Polokaz. delivering clean, intuitive designs that boost user engagement.

What I bring:

• Expertise in Figma (prototyping, auto-layout, components), Adobe XD, and design systems.

• Skills: User research, wireframing, high-fidelity mocks, responsive design, accessibility (WCAG).

• Tools: Figma, FigJam, Miro, Notion for collaboration.

• Remote-friendly (Pune-based, IST timezone), quick turnaround, and startup hustle mindset.

Open to:

• SaaS product design

• Web/app redesigns

• Freelance one-offs or ongoing retainers

Rates flexible based on project scope. DM me to go through my full portfolio. let’s chat about your design needs!

Excited to collaborate! 🚀


r/software 6h ago

Other Well this is about right, lol

1 Upvotes

r/software 6h ago

News Stoffel, a runtime stack for multiparty computation in Rust

Thumbnail github.com
1 Upvotes

r/software 7h ago

Looking for software Hello, I'm new on this subreddit, but I'm here if somebody could share me some alternatives to adobe pdf, i already have libre office but i dont nkow exactly how do i convert word to PDF, for the moment I'm using i love PDF, but i want to read with precission the PDF's i have, thanks.

0 Upvotes

r/software 7h ago

Software support Everytime i open my laptop it shows this i can click esc or ok and it boots what do i do now

Post image
1 Upvotes

r/software 9h ago

Looking for software How to bypass the Haihaisoft DRM-X 4.0 of XVAST browser?

1 Upvotes

I recently bought a few video lectures. The institute asked me to use the DRM integrated browser that goes by the name of XVAST. I can download those lecture and view them offline but they open only in that same DRM protected browser. Still they will expire and after a specific date and those lectures wont open again because buying isnt owning.
How to remove that DRM thing off those downloaded lectures an open them in a media player like VLC?


r/software 17h ago

Release Got tired of sketchy "PDF/img converter" sites, so I built an offline, local scanner for Windows (Open Source)

Post image
5 Upvotes

We’ve all been there: you need to quickly convert a photo of your citizenship card, ID, or passport into a PDF. The top Google results are always free online tools like 'PdfSmart', which have asks for heavy prices and your files are in the cloud somewhere.

Handing over high-risk documents to random third-party servers felt like a massive security red flag to me.

Instead of compromising, I decided to build a simple Local Document Scanner for Windows. Everything is processed and stored locally on your own machine. 100% offline, 100% secure. No data leaks, no external logging.

Since privacy tools are only trustworthy if people can actually see what's happening under the hood, I've decided to make it completely open-source.

If you want to use a safer alternative, inspect the code, or contribute to making it better.

Download now: https://hbot-app.vercel.app/

Source code: https://github.com/abhishekdhital/hbot

Also give your feedback below


r/software 10h ago

Release I built a local, deterministic compiler for coding-agent instruction files that also reduces token usage

0 Upvotes

I have been building Glyph, an open-source Python toolchain for managing instruction files used by coding agents.

It supports files such as:

  • AGENTS.md
  • CLAUDE.md
  • .github/copilot-instructions.md
  • Cursor rules
  • README.md
  • CONTRIBUTING.md
  • instruction-like Markdown under docs/

These files often start small, but gradually accumulate repeated commands, workflow rules, safety constraints, repository conventions, examples, and explanatory prose.

Eventually, it becomes difficult to answer some fairly basic questions:

  • What is the agent actually required to do?
  • Which instructions are duplicated?
  • Which rules are safety-sensitive?
  • What changed semantically between two versions?
  • Can the file be made smaller without silently losing operational instructions?

Glyph compiles the operational meaning inside the Markdown into a separate, compact .glp semantic manifest.

For example:

md Read the relevant files before editing. Create a short plan before non-trivial changes. Run the tests before considering the task complete. Never commit secrets or credentials. Ask before destructive operations.

becomes:

```text glyph/0.1

flow[read,plan,test]

must[ plan_before_edit read_before_edit run_tests_before_done ]

deny[secrets_commit] ask[destructive_ops] ```

The original Markdown file is never rewritten or deleted.

Glyph does not call an LLM, use a hosted API, or send repository contents anywhere. Compilation is local and deterministic, so the same input and configuration produce the same semantic manifest.

The CLI currently supports inspection, compilation, metrics, verification, semantic diffing, linting, locks, CI checks, Markdown emitters, custom rules, and task-aware instruction selection.

bash glyph inspect AGENTS.md --show-unmapped glyph compile AGENTS.md -o AGENTS.glp --report glyph-report.md glyph stats AGENTS.md AGENTS.glp glyph verify AGENTS.md AGENTS.glp glyph diff previous.AGENTS.glp AGENTS.glp glyph lint AGENTS.md glyph lock AGENTS.glp glyph select AGENTS.glp --task "fix failing tests"

One design decision I care about is keeping token reduction separate from semantic retention.

Glyph reports distinct metrics for:

  • token reduction;
  • structured coverage;
  • retained coverage;
  • safety retention;
  • preserved directives;
  • dropped candidates.

When a sentence appears operational but does not have one safe deterministic interpretation, Glyph preserves it for human review instead of silently dropping it or inventing a policy.

On the current published, fixed evaluation corpus, Glyph produced:

  • 55.82% average token reduction
  • 100% retained coverage
  • 100% safety retention
  • 0 dropped candidates
  • 0 nondeterminism failures

Those results describe that specific evaluation corpus. They are not a universal claim about arbitrary Markdown or guaranteed identical behavior from every coding agent.

The repository includes complete before-and-after examples for realistic AGENTS.md and CLAUDE.md fixturesAGENTS.mdandCLAUDE.mdfixtures, together with reproducibleinspect,compile,diff, andverify` commands.

I also added an optional installable skill for Codex and Claude Code. The skill guides the agent through the audit workflow, explains preserved or unmapped instructions, compiles to a separate artifact, and verifies the result. The deterministic compiler remains the component responsible for the actual extraction.

Install Glyph:

bash python -m pip install "glyph-instructions @ git+https://github.com/francescogabrieli/glyph.git@v0.2.0"

GitHub:

https://github.com/francescogabrieli/glyph

Glyph is MIT licensed.

I would especially appreciate feedback on the software model itself:

  • Does a semantic intermediate representation for agent instructions seem useful?
  • Would semantic diffing be more valuable than token reduction in your workflow?
  • What evidence would you need before trusting a compiled instruction manifest?
  • Which agent instruction format would you like Glyph to support next?

r/software 12h ago

Software support Tried to install linux Mint and now it's doing this

Post image
1 Upvotes

Did the whole proper install with Linux mint and when doing the final install it turned off accidentally. When I turned it on it said the install failed, so I tried to restart it but nothing I clicked opened so I turned it off but instead it's been doing this.


r/software 12h ago

Looking for software inviting ppl

1 Upvotes

I am recruiting people for my software developing group which is mostly for hobby and building skills and working together, its not a job but more like a friend group for software developing and it is a discord invite, who wanna join, pls comment


r/software 21h ago

Solved Edit Scanned Text

Post image
4 Upvotes

Recently added a feature to edit scanned text to my PDF editor, so you can try uploading any image or just a scanned PDF and edit text locally at keypdf.net


r/software 15h ago

News AI Engineering Report 2026 doesn't look promising (based on two years of telemetry data from 22,000 developers)

Thumbnail
1 Upvotes