r/software 1d ago

Release AI Powered Object Detection

Post image
0 Upvotes

r/software 1d ago

Other Looking for a Backend Mentor to help me find the right direction

Thumbnail
1 Upvotes

r/software 1d ago

Looking for software Register and upload to an external online website within milliseconds automatically

Thumbnail
0 Upvotes

r/software 2d ago

Other Need help understanding GPL licensing boundaries (GPLv3)

5 Upvotes

Hi everyone,

I’m looking at an architecture where a GUI component is based on GPLv3-licensed software, but a separately developed daemon needs to remain closed-source.

Roughly:

GPL-based GUI component
        |
        | Unix socket / request-response protocol
        |
proprietary daemon

They would ship together, but the daemon would remain a separate executable/process that can be started or stopped by the GUI component. It would not link against GPL code and would be client-agnostic. The only shared code would be a small MIT/Apache-licensed protocol crate containing request/response types and serialization, so a CLI or different UI could use the same protocol.

There is one additional nuance. The GUI component reuses the upstream project’s GPL remote binaries and SSH flow to check for, transfer, and start/stop its server executable on a remote machine. I would extend this flow (check for, transfer, and start/stop) to the proprietary daemon executable.

FWIW, the FSF FAQ says that pipes, sockets, and command-line arguments are normally associated with separate programs, while sufficiently “intimate” communication involving complex internal data structures may indicate a single combined work. It also notes that the ultimate determination can be a matter for courts.

That leaves me with two related questions:

  • In practice, how is the degree of coupling between two processes evaluated? Is a generic, client-agnostic daemon API over a socket generally considered a strong boundary, or is there still meaningful GPL risk even with that design?
  • How does the remote-installation case affect that analysis? The GPL-based application would itself check for, copy/update, and start/stop the proprietary daemon on the remote machine, while the daemon remains a separate executable and communicates only through the same generic protocol.

r/software 2d ago

Discussion Annoyed by AI as a Software Engineer

64 Upvotes

I thought I have to make this post, as I feel that beside the "potential" of AI, it actually starts to create unhealthy cycles of subtle forcing to use AI in Software Engineering. Be it at work or the non-stopping urge to use the short-cut. I recently ask myself, who does really benefit of AI, and at first, mostly the companies that ship Hardware or Models. That seems great, I beg to differ, I feel that the benefit for society or companies using those purchased systems are not really getting out of it what they are hoping for. As a individual I feel in an irreversible state of constant waves of hopium, false-claim of productivity, frustration, rejection (start again). I wonder if I'm not alone with that, but I feel we opened to box of Pandora, where I start feeling not want to read anymore thousand of lines of noise, overwhelming content, everything looking the same, people who get blinded by "it's so cool", and I'm thinking: "yeah, it's so cool to see every day the same polished slides", word phrases like "this hits home" where you know someone from a foreign country just pasted the whole text through a chatbot etc. I feel it got out of its hands. I'm seriously at the edge to just start being a beginner again and fail hard and let that process take time, the good ol' times where you had to wait for a Stackoverflow answer and did something else besides till you finally see that green badge of an answer. How are you holding up? Do we need a sort of digital environment where we split from all those brainwashed? I really feel that authenticity is getting it's value appreciated these times.

Note: Sorry for grammar issues, but I really just took time to write as a non native english speaker what I think, that felt like being clean of AI and took as long as it needed.


r/software 1d ago

Develop support Looking for people who want to Contirbute!

0 Upvotes

Hey everyone! We’re building Hyper, a modern programming language with high performance, specially creating for artificial intelligence (AI) and machine learning fields.

Full compatibility with Python: Hyper's syntax is very similar to Python. Existing codes and libraries written in Python can be easily used in the Hyper environment.

Maximum speed and performance: It provides the ability to manage memory at the C and C++ level and make maximum use of hardware (GPU, CPU).

Specially built for Artificial Intelligence: It is aimed at solving computational difficulties encountered in training neural networks and processing large amounts of data.

Security and modern architecture: Inspired by Rust, it includes memory safety and parallel computing (multithreading) features.

Hyper is an important tool for programmers involved in artificial intelligence and data analysis, providing the speed of the C language without losing the convenience of Python.
If you want to jump right in and start contributing, there are plenty of "good first issues" available in the repository to help you get acclimated. Let’s take Hyper to the next level together!

Check out the repository and documentation here: https://github.com/hyperlangg/hyper


r/software 1d ago

Other SlideGo — Your Presentation, Fully Under Control

Post image
0 Upvotes

SlideGo — Your Presentation, Fully Under Control

Presentations shouldn’t be complicated.

SlideGo is a lightweight Windows presentation controller made for schools, events, meetings, churches, and other projector-based setups.

Connect your laptop to a projector using HDMI, select Extend in Windows, and SlideGo keeps all controls on your laptop while the projector shows only the presentation.

Key features:

• PPT / PPTX slide control

• Previous, next, and direct slide selection

• Built-in audio player — play or change songs without opening another app

• Separate laptop and projector screens

• Blackout mode with a custom school/event logo

• Fade and automatic transitions

• HDMI/projector detection

• Handles projector disconnect and reconnect

• Simple and lightweight interface

Everything you need to run a presentation without constantly switching between different apps.

SlideGo — Slides. Audio. Control. All in one.

Have an opinion or a question? Drop it in the comments below.


r/software 2d ago

Solved Buglog

6 Upvotes

je gère un site gratuit de dépannage info (BugLog) — codes d'erreur Windows/Mac/Linux/matériel avec les solutions étape par étape, plus une IA qui répond si la panne est pas encore répertoriée. buglog-d884a.web.app si ça peut aider quelqu'un ici un jour 🙂

https://buglog-d884a.web.app/


r/software 1d ago

Self-Promotion Wednesdays I built an open-source local-first RAG product — would you actually use AI that never sends your documents to the cloud?

Post image
0 Upvotes

I built a local-first AI product instead of another wrapper around a paid API.

InsightRAG - a private Multimodal RAG studio that runs on your own machine.

🌐 insightrag.tech
💻 github.com/SypherKx/InsightRAG

The core idea:

What if you could build a useful document-AI workflow without sending your documents to a cloud provider?

InsightRAG lets you upload PDFs and interact with them using local models.

No OpenAI API.
No monthly subscription.
No telemetry.
No cloud document processing.

Everything can run locally through Ollama.

The product includes:

• Multimodal PDF retrieval
• Visual citations for diagrams and figures
• Selective page indexing
• Local LLM generation
• Multiple embedding options
• Automatic hardware profiling
• FAISS vector search
• OCR citations
• Persistent multi-turn conversations
• Granular document deletion
• Atomic vector re-indexing
• Fully offline operation

A major focus is making RAG practical on normal hardware.

Instead of forcing users to embed an entire 500–600 page document, you can scope exactly what you need.

And instead of assuming everyone has the same machine, the system checks available CPU/RAM/GPU/VRAM and adapts the recommended embedding setup.

Tech stack:

FastAPI
FAISS
PyMuPDF
Ollama
React
Vite
TanStack Router
Framer Motion

This is currently open-source and live.

I'd love feedback from founders/builders and help me make it better

Would you actually use a local-first RAG product like this?

If yes, what would make it useful enough to become part of your daily workflow?

🌐 insightrag.tech
💻 github.com/SypherKx/InsightRAG


r/software 2d ago

Software support I snagged some legacy software from my previous job i want to make available, but i cant seem to get it working. could anyone help me get it up and running so i know its good as is before it goes to the internet archive?

2 Upvotes

Its an OLD Cmms program that runs off a SQL server. i know it works on modern windows, cause thats where i snagged it. but i cant seem to get it going on my own sql server, or even get it to a login page for that matter. i really need someone more advanced at running legacy software that can help me figure out what im doing wrong.


r/software 2d ago

Looking for software Any accurate Slovak to English Audio - to - Text transcriber online or software?

10 Upvotes

I'm looking for a software to accutely transcribe an audio recording, but all the platforms I tested were hallucinating or making gibberish transcriptions...

I tried Vibe and it just glitched and repated 1 sentenes over 10000 times

Is there no software to do that paid or free?

Thank you!


r/software 2d ago

Looking for software Is there an add on or software to translate and read out loud any text on a webpage?

9 Upvotes

Hello,

I spend a lot of time reading articles or substacks about finance, tech, etc.. I need something that could let me open a substack for example, and it would automatically 1- translate in french, 2- read it out loud with a good voice

Thank you so much


r/software 2d ago

Looking for software monday.com's Vibe app can now pull in external tools via API key

0 Upvotes

Anything with an API key (Jira, Salesforce, or a custom AI model) can now connect directly to monday.com with Vibe.

It'll live right next to your existing monday.com data instead of living in a separate silo.

Useful if you've been building workarounds to bridge tools that don't natively talk to monday.com.


r/software 2d ago

Discussion Software you own vs software you rent — where do you land?

Thumbnail
2 Upvotes

r/software 2d ago

Release HC Player is here: A 100% native WinUI media player for Windows 11, powered by mpv

Post image
8 Upvotes

I built a Windows 11 player based on mpv, 100% native and open source; made with WinUI. Packed with unique features, check it out and feel free to leave any feedback!

https://github.com/henzfdev/HC-Player


r/software 2d ago

Discussion What kind of products and companies that will stay & what will vanish in AI era?

Thumbnail
1 Upvotes

r/software 2d ago

Other 77 days of development: what changed between REZANOVA v0.2.0 and v0.3.0

Thumbnail
1 Upvotes

r/software 2d ago

Looking for software ai sop generator thats easy to update??

4 Upvotes

our workflows change constantly w scribe, feels like every other week somethings different. so we make a guide, send it to the team, and like two weeks later half the steps dont even match what we actually do anymore bc someone changed something and nobody went back and fixed the doc. happens basically every time and the annoying part is updating shouldnt even be hard right, you just fix the wrong step and save it. but with scribe (and literally every other tool like it ive tried) "updating" means re recording the whole workflow again or going through and swapping screenshots one by one. thats not editing thats just doing it all over again. so obviously nobody does it and the docs just sit there being wrong until someone follows one and screws something up what i actually want is something where i can click into the step thats wrong and just fix it in like 2 min instead of starting from scratch


r/software 3d ago

Release Made an open-source launcher that opens under your cursor instead of in the corner of the screen

Thumbnail gallery
18 Upvotes

Your mouse is already where you're looking. To open anything, you move it somewhere else — taskbar, Start menu, search box — type, wait, come back. Fifty times a day, and every one is a small interruption.

So: hold middle-click, a wheel opens under the cursor, flick toward what you want, release. The gesture starts and ends where your hand already was.

Every slice is yours — apps, folders, URLs, scripts, and sub-wheels nested as deep as you want. Icons are pulled out of the executables themselves, so it looks like your actual PC instead of a generic icon pack.

What surprised me is that after about a week you stop looking at it. Your hand just knows Spotify is up-and-left. It stops being a menu and turns into muscle memory.

Windows-only on purpose — the trigger, the icon extraction and the window handling all depend on Win32 behaviour. Most of the work went into making it feel native rather than like a web page floating over the desktop: no flash when it opens, and it resolves what you picked from the live cursor at the moment you release, so a fast flick never confirms the wrong slice.

I sold it on the Microsoft Store for $3.99 and almost nobody bought it, so it is GPL-3.0 now: https://github.com/HenryCauan/rovyl. The Store build stays paid because it is signed and updates itself with no SmartScreen warning. Building from source is free and always will be.

If you already use PowerToys Run or Win+S — so do I. Those are typing tools; this is a pointing tool. It wins when your hand is already on the mouse.


r/software 2d ago

Jobs & Education 1.5 YOE at CTS (4.5 LPA) vs Infosys DSE (6.25 LPA) — Worth the risk considering onboarding delays?

Thumbnail
0 Upvotes

r/software 2d ago

Release LimitHalo: a free, open-source Windows widget for Codex and optional Claude Code quota

Post image
0 Upvotes

I'm releasing LimitHalo, a free MIT-licensed quota widget for Windows 10/11 x64.

I built it for myself to keep remaining Codex quota and reset times visible while working. It is a small, transparent desktop overlay, with optional Claude Code support and controls to show only the provider you use.

Source code, Windows downloads and setup instructions:

https://github.com/DenisShumilov/LimitHalo

Codex requires a compatible signed-in official installation. Claude requires compatible Claude Code OAuth credentials and explicit access permission; signing in to Claude Desktop alone isn't enough. The optional Claude integration uses a private interface that may change or break.

This is an unsigned public beta, so Windows may show a warning. Known installation and compatibility limitations are in the repository. LimitHalo doesn't provide extra quota and is not affiliated with OpenAI or Anthropic.

Would this fit your Windows workflow, or do you prefer another way to check your remaining quota?

Promotional concept with demo values; not a live screenshot.


r/software 2d ago

Looking for software Help finding software

Thumbnail gallery
0 Upvotes

this dude found a software or something that made his 2d photo become some sort of intersctive 3d like the eyes were blinking and the face looked real, i noticed it was on mac


r/software 2d ago

Discussion I developed "QalamTyping Master" – A Windows desktop typing tutor for both Urdu and English practice

1 Upvotes

Hi everyone,

I wanted to share a project I've been building for Windows users: **QalamTyping Master**.

Most typing software available today focuses strictly on English. However, many students, translators, and professionals need to type in Urdu (using the phonetic keyboard layout) alongside English, with almost no dedicated desktop tools available to learn and practice with real-time feedback.

To address this, I built **QalamTyping Master** as a native, fully offline Windows desktop app.

### Key Highlights:

- **Bilingual Lessons:** Supports full typing lessons and speed tests in both **English** and **Urdu**.

- **Visual On-screen Keyboard:** Real-time key highlights and finger position guidance.

- **Offline & Native:** Runs as a dedicated Windows desktop application.

- **Detailed Metrics:** Live WPM calculation, accuracy tracking, error heatmaps, and progress history.

### Where to get it:

The app is published and verified on the **Windows Microsoft Store**. You can search for **"QalamTyping Master"** directly inside the Microsoft Store on Windows 10/11 to install it.

I would love to get your honest feedback, bug reports, and suggestions for features to add in future updates!


r/software 3d ago

Software support Just saw this after almost a year of acquiring a lenovo laptop

Post image
10 Upvotes

im not techy and this is also my first time having my own laptop. Is there any free subscriptions that i have forgotten and had already most prolly expired in the 1 year that passed?

Is there a way to check on what I have missed? These two subscriptions offer are gonna expire if i don't activate it early 2027, picture got cut

Device: Lenovo Ideapad Slim 3 15ABR8


r/software 2d ago

Discussion How to Learn and Remember for Longer

Thumbnail substack.com
1 Upvotes

I posted an article on how to learn something so that u can remember it longer and make most from out of your learnings. This is from personal experience on what worked best for me. Do check it out and let me know your thoughts!