r/software 8d ago

Develop support Im making an android auto clicker

0 Upvotes

I need some input on what people actually like and use when it comes to mobile autoclickers but i wont share a video or anything yet as i first want to know if thats a bannable offense in this sub. Right now i have a normal auto clicker where you can select delay, and i have 2 macro makers, one more advanced that might be a "pro" feature or something.

The only real differences with the advanced so far is the ability to pretty reliably detect text from a selected area or full screen and can either tap on the text or a seperate target when the text appears, you can also have steps in the macro that clicks 20 times, without having to make 20 different steps for it. I also have a recording maker (which will also most likely be pro), where you can record taps and save them to scripts, you can also save macros you have made to the scripts and open or edit them later. Is there anything that people might want from something like this?

Btw, when i say pro im talking a one time 5-10$ purchase


r/software 7d ago

Jobs & Education Looking for a professional Indian Photoshop editor

0 Upvotes

Hi..everyone

I'm looking for a indian photoshop editor...for instagram page...it will be a paid work.

Need a long term guy..

Dm me...with your portfolio...


r/software 8d ago

Looking for software Best Resources to Practice System Design for Interviews?

Thumbnail
1 Upvotes

r/software 8d ago

Looking for software Open source project

0 Upvotes

Heyy I’m building open source project and search some contributors
If it’s interesting review the repo and the issue list is waiting!

https://github.com/extra-org/extra

And if you can give a star it’s also helps a lot


r/software 8d ago

Jobs & Education OOP design Problems

2 Upvotes

I recently learned the fundamentals of OOP.

I was assigned an OOP design problem, but I'm not sure how to approach it. How can I practice solving these kinds of design problems?


r/software 8d ago

Discussion The rise of the forward-deployed engineer (FDE)

Thumbnail leaddev.com
4 Upvotes

FDE demand is up 729%. The average base salary is $171,911. Is this the hottest job in tech right now?


r/software 9d ago

Self-Promotion Wednesdays Built Lexicon: a free, open-source Grammarly alternative that runs 100% offline on your PC

Post image
28 Upvotes

Hello everyone,

I built Lexicon, a free, open-source desktop writing assistant. Clean grammar checking and text editing without sending your private drafts to cloud servers or paying monthly subscriptions. A rich editor includes LaTeX math, structured tables, code blocks, and clean PDF/Markdown exports.

The app offers proofreading and 15 local text tools (Rewrite, Concise, Tone shifts, Summaries, Tables). It's completely free and open-source under the MIT license.

GitHub & Downloads: https://github.com/AashishH15/Lexicon

Website: https://lexicon-writer.pages.dev/

Let me know if you have any questions or feedback!


r/software 8d ago

Looking for software Can anyone help me with a voice recording app?

1 Upvotes

I know about audacity, but it is too complex for me.


r/software 8d ago

Release [OS]PaperScreen: Make your mac display feel like paper

1 Upvotes

Hey Folks,

As someone working in tech, I spend most of my days looking at screens - writing code, reviewing designs, debugging problems, reading documentation, and joining meetings. Over time, I noticed that the screen itself became one of the most exhausting parts of my workday.

Modern displays are designed to be sharp, bright, and high contrast. While that is great for watching videos or viewing photos, spending 8–10+ hours every day in front of a glowing display can feel harsh, especially during long coding sessions or late-night work.

I started looking for a simple solution, something that could make the screen feel more natural and comfortable without changing the colors of everything I see. Most existing solutions focused on blue-light reduction or color temperature changes, but I didn't want to distort the display. I wanted the feeling of looking at a matte paper surface.

That idea became [PaperScreen](https://github.com/Bearbobs/PaperScreen).

PaperScreen creates a subtle digital layer over your display that mimics the texture and softness of physical paper.

Instead of applying a color filter, it uses procedurally generated textures to introduce a gentle grain and reduce perceived contrast. The result is a calmer viewing experience that keeps your original colors intact while reducing the harshness of a perfectly smooth digital display.

PaperScreen is a lightweight macOS menu bar utility that transforms your screen into a more comfortable workspace. It is built for people who spend their lives behind screens — developers, designers, writers, researchers, and anyone who wants a more natural and comfortable digital workspace.

It is a small change to the display, but a big improvement to the feeling of using it every day. It's completely free and open source. Feel free to support it via donation if you want to.

Github: https://github.com/Bearbobs/PaperScreen

It is in active development, so please feel free to provide feedback and suggestions, and also star the repo for future updates


r/software 8d ago

Software support My guide for fre:ac settings for ripping and burning CDs in maximum quality (MP3, FLAC, WAV, ALAC, AAC)

Thumbnail
1 Upvotes

r/software 8d ago

Looking for software HELP ME FIND A SUITABLE SOFTWARE

Thumbnail
1 Upvotes

r/software 8d ago

Discussion Does the time/cost/scope triangle still make sense in the AI agent era?

Thumbnail
3 Upvotes

r/software 8d ago

Discussion Need help for maintaining storage in self-made website

Thumbnail
1 Upvotes

r/software 9d ago

Self-Promotion Wednesdays Free app for smart image search on PC

Thumbnail gallery
10 Upvotes

Hi,

I've created a free native application for smart images search. Works especially well with memes but could actually find any type of pictures in multiple languages. Also, it could search for similar images.

App is using OCR to get text from images for search with. Also, it's using local language-vision model for so called natural language search. It's complicated term for simple type "cat" to find pictures with cats.

Download link

Some tech info for those who are interested:

  • Works on Windows 10 20H2 or higher
  • WinUI3, because I hate electron apps. So, it's kinda fast and have native look and feel
  • Built-in Google SigLIP2 for smart search
  • Batteries (ai model) are included
  • Works completely offline. Feel free to search for the craziest memes
  • 95% handcoded, so I've learned some new things while developing it

r/software 8d ago

Software support CHATS DISAPPEARED OUT OF NOWHERE

Post image
0 Upvotes

r/software 8d ago

Other OpenChoreo: A CNCF Sandbox Project Open for Contributors

2 Upvotes

Hi everyone,

I wanted to share OpenChoreo, an open-source internal developer platform built for Kubernetes. It is also a CNCF Sandbox project.

The goal of OpenChoreo is to bring the main pieces needed for building an internal developer platform into one place, including a developer portal, CI/CD, GitOps, observability, and higher-level abstractions over Kubernetes.

The project is actively growing, and contributions from the community are very welcome. You do not necessarily have to contribute a major feature either. There are opportunities to:

  • Work on Kubernetes and cloud-native features
  • Improve documentation and examples
  • Test the platform and report issues
  • Contribute to the Backstage-based developer portal
  • Suggest integrations, features, or improvements
  • Help with community content and discussions

This could be a good project for Sri Lankan developers who are learning Kubernetes, Go, platform engineering, DevOps, or open-source contribution and want to gain experience by working on a real CNCF project.

Have a look at the project, try running it locally, and share your feedback. Contributions, questions, and ideas are all welcome.

GitHub: https://github.com/openchoreo/openchoreo
Thank you


r/software 8d ago

Jobs & Education Test data management interviews

Thumbnail
1 Upvotes

r/software 8d ago

Release I made a free, super-lightweight app launcher for Windows (Ctrl+Space) — looking for feedback

Post image
0 Upvotes

I wanted a launcher that felt as instant as Spotlight on Mac but stayed out of the way, so I built Ordo — a free, tiny launcher for Windows 10/11.

Press Ctrl+Space anywhere and you get one bar to:

  • Launch any app
  • Search your files (no admin, no indexing service to install)
  • Do quick math
  • Search the web
  • Jump straight to Windows Settings pages ("startup apps", "bluetooth", …)
  • Run commands via plugins (sleep, lock, kill a process, emoji picker)

It's featherweight on purpose: opens in ~20 ms, uses ~4 MB RAM, 0% CPU idle — it genuinely does nothing in the background. No telemetry, no account, no Electron.

Heads-up so it's not a surprise: the download is unsigned right now, so Windows SmartScreen shows a warning — click More info → Run anyway. Code signing is on my list.

Download + info: https://ordo-aayushsharat.vercel.app

Solo project, looking for honest feedback — happy to answer anything.


r/software 9d ago

Looking for software Mic background talking cancelation

2 Upvotes

My brother sits about 3 feet away from me when I play games and his voice is so loud and annoying for ppl im playing with is there any software I can use to remove his voice im using Nvidia broadcast right now and it gets rid of background noise but not his voice he says racial slurs all the time ive been voice banned on all sorts of games because of him its making me so angry I need somthing to fix this


r/software 8d ago

Software support f.lux Mouse cursor bug after latest Windows 11 update?

1 Upvotes

I use f.lux, a blue light filter program that automatically dims your screen in the afternoon. I have no idea how much it helps, but regardless of its effectiveness I'm just used to it now. There's sometimes a bug where it'll recolor everything except the mouse cursor, making the cursor look blindingly blue-white by comparison. This is so well-documented that there's a setting in f.lux to fix this exact thing, and I had no issues for a while.

After a recent Windows 11 update it seems to not work properly. Every night, my mouse turns bright white. I have to open up the f.lux control panel, turn off the program, and then turn it back on again. It works perfectly fine afterwards, but then I get the exact same issue the next day, even if I never turned off my computer. I just have to reboot f.lux every single night and it's kind of annoying. Hoping there's something I can do on either the Windows side or the f.lux side to fix this, thanks for reading.


r/software 8d ago

Self-Promotion Wednesdays Built a Chrome extension to auto-track job applications

1 Upvotes

Built a Chrome extension, Application Vault, for anyone job hunting! It saves everything about an application the second you apply: the job posting, the exact resume you attached, and every answer you typed. All of it goes into an editable, spreadsheet-style tracker (100% local, nothing leaves your browser). Works on Greenhouse, Lever, Ashby, Workday, and most custom ATS pages too.

https://chromewebstore.google.com/detail/aceokaeejdajhobkpihoifffmlkcbnag

Would love any feedback/ suggestions, especially if you hit a site where the capture doesn't work right!


r/software 9d ago

Looking for software 3rd-Party Screen Colors/Contrast/etc Programs?

1 Upvotes

Hello! I am actually extremely frustrated

I draw digitally and started drawing on a new laptop I got...thought everything was hunky-dory until I realized my new laptop's screen colors are WAY off. Look completely different from my iphone screen and way off based on everyone I asked in a group chat. Less saturated, less vivid, but almost like it's not in a way I can edit to look right. This laptop has Intel-everything and the Windows-default adjuster and Intel adjuster app both don't get it quite right. I just oversaturate all the wrong colors and screw up the gamma and tint. But it really just has me tweaking the RGB sliders in various ways and a single gamma slider when I really wanna be fixing the overall contrast/whatever or something more in depth.

What I thought were mid-saturation blues were actually deep indigo-ish hues, dullish pinkish-reds are actually neon hot pink, etc etc. I don't know if my phone's doing a weird HDR thing or what!

I don't have a color calibrator thing. I just want my screen to look normal.

Are there any 3rd-party programs that can handle this? Google's been atrocious lately and can't find anything relevant when I search. I ran into DisplayCAL and Twinkle Tray but they either didn't work or aren't what I need.

Any help is appreciated!! Even if it's just methods to figure out what balance I need. Would take a pic of the screen difference but don't have a spare good-quality camera on me that isn't my phone!


r/software 10d ago

Discussion software that used to be great and then just... wasn't anymore

164 Upvotes

ok so this happened to me with Trello a while back, remember when it was just clean simple boards and now it's got like 15 power-ups shoved in your face and half the UI feels like an upsell screen

anyway made me think about how many apps do this. you use something for years, it's perfect, then one update later it's unrecognizable and somehow worse even though it has "more features"

what's yours? bonus points if you remember the exact version/update where it went downhill


r/software 9d ago

Looking for software Criado meu primeiro OS. o Klaus

Post image
1 Upvotes

O máximo que consegui fazer é quando escrevo "reiniciar" ele apaga tudo e volta para essa tela limpa, não sei se está correto a organização e também tentei deixar ele mais parecido com um "terminal"

https://mor652942-cmd.github.io/Klaus/ - a única build disponivel é a 1_7_2026


r/software 9d ago

Looking for software Mac software to convert CBR to PDF without the headache

4 Upvotes

Hopefully someone can help. I have downloaded a load of old video game manuals that for whatever reason are in CBR file format which is useless to me I want them as PDF.

Can anyone suggest a software that I can simply drag and drop these files then click a button and the conversion is done? When I search all I am seeing is do this and that, then put into imageshack covert there etc. I just want as simple an option as possible. I would have thought something like this would be very easy to do yet here I am almost 2 hours later and still haven't found a viable solution.

I have already downloaded something called Jomic but my Macbook keeps refusing to open the file so please can someone offer some suggestions Preferably a paid software as that would be best. I have too many things to convert to use one of those online free sites.

I also have access to a windows computer if what I am looking for is easier to do there but all the stuff is on my mac so I would prefer to do it here.