Free Software on Reddit

  • I built a tool to control my PC from my phone (offline) (2026/06/19 23:02)
    I’ve been working on Axon, a side project that lets you connect your mobile phone to your PC locally and quickly. I know there are already plenty of alternatives out there to control a computer from a phone, but I decided to build my own because I wanted to implement a couple of specific features that I couldn't find in other apps. What makes Axon different? The feature I implemented from scratch is ADB connection support. This allows for a much more direct and deep control of the device. Additionally, I added a text tab with an interface inspired by Termux. Honestly, it makes writing code or running commands from your phone while on the go much more comfortable thanks to this layout. Other features included: Support for Bluetooth, UDP, and WebSockets so the communication is flexible depending on your needs. A functional touchpad to handle the cursor. QR code scanning to pair devices instantly. The Android app is built in Kotlin, and the server is written in Go so it runs smoothly on any system (Linux, Windows, or Mac). It’s released under the GPL license. If you want to try it out or see how I handled the ADB implementation, here is the repo Any suggestions or feedback are more than welcome! submitted by /u/Globover [link] [comments]
  • Free world class value screener for stocks (2026/06/19 20:12)
    DO you pay for financial value screeners? LMK if this does not give you what you are looking for. submitted by /u/cptjcksparr0w [link] [comments]
  • Measures Governments Can Use to Promote Free Software - GNU Project (2026/06/19 17:30)
    submitted by /u/Individual-Plum4585 [link] [comments]
  • Just open sourced my Linux login screen setup (2026/06/18 17:06)
    I open sourced a Linux login screen setup I’ve been using as part of my personal workstation It’s a QML based SDDM theme with video background support, PAM fingerprint auth, a composable UI structure, and 5 full presets out of the box. The repo is MIT licensed. The installer prints what it’s going to do, asks before sudo, installs the required runtime packages for the detected distro, stages the theme first, validates the files, then activates it. & the uninstaller removes the installed theme files, fonts, and owned state without restarting SDDM behind your back. The theme is configured through theme.conf, so you can change the background, video, blur, typography, form placement, animation timing, colors, button states, and power icons without editing the QML every time. There’s also a preview script for testing changes safely before touching the actual login screen. Source: https://github.com/rccyx/thyx submitted by /u/AshR75 [link] [comments]
  • Tanko, manga reader at the terminal (2026/06/18 02:45)
    Tanko, an open-source tool for reading and downloading manga from the terminal I'm working on this small tool to make reading manga easier and avoid having to navigate between web pages. Features: Multiple reading sources Download chapters in PDF format Read directly in the terminal English and Spanish language support (more coming soon) ISC LICENSE AI has not been used in the development submitted by /u/Vector_pixel [link] [comments]
  • Mp4 to mpv (2026/06/17 03:56)
    Does anybody know of a free file converter for various video formats to mpv? submitted by /u/Joshuahealingtree [link] [comments]
  • Cromite on Android (+ F-Droid) (2026/06/16 23:14)
    Have any of you guys tried it? Pros and cons? I was looking for an alternative FOSS software based on Chromium just for compatibility with features that happen to work on chromium but not on firefox. I couldn't add the repo to F-Droid. It may be it being uncompatible or broken, or my ISP blocking it through the default DNS. Not the 1st time they block FOSS software. If you tried Cromite through an external repo for F-droid, feedback on that would be nice. submitted by /u/Redditurraspe [link] [comments]
  • How to harmonize open-source software and paid apps (2026/06/16 20:18)
    As a developer, I'm really concerned about privacy, anonymity, and transparency. Because of these values, I've always made my apps free and open source. However, I'm currently developing an app with a subscription model, and I'd like to find ways to balance both worlds. My plan is to make the frontend publicly available on GitHub, which doesn't seem problematic. But when it comes to the backend, I'm unsure which direction to take. I've built the API with a strong focus on security and an intentionally opaque response policy. Because of that, I'm wondering whether publishing the backend code, even under a well-crafted license, could negatively impact security. How do developers who care about openness and transparency handle this trade-off? Is it reasonable to keep the backend closed while open-sourcing the frontend, or are there better approaches? Or should I just open-source the entire codebase, use my own server as the default (with a subscription required), and allow users to connect to their own server if they prefer? submitted by /u/joetheberry [link] [comments]
  • There was no tool to help people with epilepsy, so i made one called "EpilepsyGuard" (2026/06/16 18:02)
    https://preview.redd.it/dd43ui3epo7h1.png?width=1920&format=png&auto=webp&s=e6ba89f1efae5304559a159bfcb3d5d74a1d44e3 https://preview.redd.it/oj5ngi3epo7h1.png?width=472&format=png&auto=webp&s=710b8ccace91a1eb2b1eff9acead2d2a1da449bc https://sanicscript.com/epilepsyguard One of my friends has epilepsy, and another has photosensitivity. I tried to find software that could detect flashes and dim the screen, but I could not find anything, so I decided to make it myself for my friends! After I told them I was making it for them and showed them the prototype, the friends it was for, along with some of my other friends, started telling me how this could help so many people, not just them. That thought had never crossed my mind. So I decided to post it here, and I am going to keep updating and improving it as fast as possible. It is not perfect, and it has many bugs. It will probably continue to have bugs for a while, but I just want to make my friends’ lives a little easier. 😃 submitted by /u/Reveary [link] [comments]
  • WhatsApp Clone, but Decentralized with P2P Messaging (2026/06/16 13:44)
    "Secure and private” is the general aim. This is a technical/concept demo of a fairly unique approach using a browser-based, local-first and webrtc. This is intended to demonstrate client-side managed cryptography. We can avoid registration of any sort. App: https://enkrypted.chat MVP: https://chat.positive-intentions.com MVP Code: https://github.com/positive-intentions/chat Features: P2P End to end encryption File transfer Local-first No registration No installation No database Feel free to reach out for clarity instead of diving into the docs/code. IMPORTANT: While this is aiming to provide a secure experience, it isnt audited or reviewed. Shared for testing, feedback and demo purposes only. Please use responsibly. submitted by /u/Accurate-Screen8774 [link] [comments]
  • READ THIS BEFORE POSTING - New Software Submission Requirements (2026/06/16 13:43)
    Effective immediately, new software submissions will receive a reply from AutoMod asking for the following information: A link to the source repository, A link to the license or a statement of the license (which can be verified by visiting the source repository), If AI was used in the creation and to what extent Post authors who fail to respond to the comments attached to their posts will have their posts removed. This should help alleviate some mod work and streamline things a bit instead of needing to manually go into each repository and verify license and AI use and then manually approving/removing. Questions? Drop 'em in the comments. submitted by /u/happyxpenguin [link] [comments]
  • trinket.io was shutting down and they made it open source, so I decided to host it for free (2026/06/16 13:05)
    This trinket alternative is now free, no more money hungry companies charging 10x what trinket was charging before submitted by /u/apulkit6 [link] [comments]
  • KDE Plasma 6.7 released (2026/06/16 09:26)
    submitted by /u/jlpcsl [link] [comments]
  • Free in-browser Verilog simulator/synthesizer + open courseware (2026/06/16 05:35)
    Free, open Verilog courseware based on VeriSim (icarus verilog ported on WASM). VeriSim: https://senolgulgonul.github.io/verisim/ Course: https://senolgulgonul.github.io/verilog/ Early version. Feedback and criticism welcome. submitted by /u/Sad-Willingness-308 [link] [comments]
  • Game Icons Studio — free, MIT-licensed tool that auto-replaces Windows game shortcut icons with SteamGridDB cover art (2026/06/15 20:21)
    Sharing a free and open source tool I built for Windows. Game Icons Studio scans your game shortcuts folder, finds the right cover art on SteamGridDB for every game, builds proper .ico files and applies them all in one run. You review every cover before anything is applied. What makes it fit here: - Completely free, MIT licensed - No installer, no account, no subscription, no ads - Runs 100% locally — nothing is uploaded anywhere - Plain PowerShell source, fully readable before you run it - No binary to blindly trust GitHub: https://github.com/YellowRed1705/game-icons-studio See it in action: https://www.youtube.com/watch?v=_8Q3NkDApdk submitted by /u/Nice-Sandwich4512 [link] [comments]
  • CookieOS - A user-friendly distro (2026/06/15 17:59)
    CookieOS is an open source distro that is user friendly for those escaping Windows. submitted by /u/dreambrz [link] [comments]
  • Waydir - keyboard-driven dual-pane file manager for Linux, macOS and Windows (2026/06/15 13:38)
    A modern dual-pane file manager - keyboard-first and native, with a Rust core doing the heavy work. No Electron, no telemetry. ​ - Dual panes, tabs, fully keyboard-driven - Live recursive search - Quick Look-style previews - Archive support (browse/extract) - Git integration (status in-pane) - SMB / SFTP - Built-in per-pane terminal - Lua plugin system ​ MIT. ​ https://github.com/Waydir/Waydir submitted by /u/sadffasf002 [link] [comments]
  • GradOS (2026/06/15 13:28)
    Over the past few months, I found myself juggling spreadsheets, emails, notes, bookmarks, professor contacts, recommendation letters, application deadlines, and fee payments across multiple platforms. ​ To make the process less chaotic, I built a free web app called GradOS. ​ Features currently include: • Application tracking • Professor outreach tracker • Referee management • Deadline tracking • Application fee tracking • Notes and SOP organization • Dashboard with progress analytics ​ Everything runs directly in the browser and is free to use. ​ I originally built it for my own PhD applications, but I thought other applicants might find it useful as well. ​ I'd appreciate any feedback, feature suggestions, or criticism from people who are currently applying or have gone through the process. ​ Demo: https://punitdubey214-creator.github.io/GradOS/ GitHub: https://github.com/punitdubey214-creator/GradOS submitted by /u/gradossupport [link] [comments]
  • Open-Source alternative to Logitech Options+ for macOS and Linux (2026/06/15 12:27)
    Still under heavy development, but it looks like a promising alternative to Logitech Options+ (remap buttons, drive DPI and SmartShift, and switch profiles per app) that doesn't require a Logitech account, telemetry, or cloud dependencies. Source: https://github.com/AprilNEA/OpenLogi submitted by /u/Creative-Quit-7998 [link] [comments]
  • I made a website to aggregate all of my open source projects! (2026/06/14 23:36)
    I have been making projects for a while and recently decided to put together a website to organize and distribute the code, models, and instructions for them. You can check out everything I have made so far at https://keepeverythingyours.com/projects.html submitted by /u/KeepEverythingYours [link] [comments]
  • Bye bye winblows (2026/06/13 20:08)
    I hope I don't have use that hot garbage for a while. It's technically a dual boot setup, but installing fedora ended up borking the bootloader, so I can only boot into fedora. But, you know what, I'm perfectly fine with that outcome. I can fix it if I have to, but at this point I don't care. I want to be in the free world. submitted by /u/Individual-Plum4585 [link] [comments]
  • Anyone know Free Unlimited TTS For YT Videos ( mobile ) (2026/06/12 09:31)
    Hello i am poor not enough money to buy laptop. I need Free Unlimited TTS for youtube videos which are 2 hour long...please help me as I have limited resources...I am using Capcut on mobile for Adam voice from Elevenlabs, but it takes lot of time...please experts do help...thank you... submitted by /u/Background_Smell_514 [link] [comments]
  • PikoCI — self-hosted CI/CD that runs as a single binary (2026/06/11 17:20)
    Self-hosted CI/CD inspired by Concourse's resource model. Single binary, any SQL database, scales to distributed workers. HCL pipelines, services without Docker-in-Docker, five sourceable abstractions, local pipeline execution. Apache 2.0. http://github.com/pikoci/pikoci submitted by /u/xescugc [link] [comments]
  • FckSignups: A place for no-signup, in-browser, and open-source tools (2026/06/10 23:21)
    Live: https://fcksignups.com/ I've opened my eyes lately to how capable the browser is. I mean, there's a WebRTC API, WebGPU API, a WASM runtime, maybe an LocalLLM API soon if the Chrome team insists...? This means that the barrier of using tools should be little-to-none since it should be as easy as opening a browser tab. Since I'm the audience for no-signup, in-browser, open-source tools, I figured I make a place that curates all of those tools in one place. So, voila! Contributions are of-course welcome! GitHub: https://github.com/BraveOPotato/fckSignups/ submitted by /u/Stevious7 [link] [comments]
  • Subreddit Update - April 8th, 2026 - New Rule and Revised Rules/Reporting Messages (2026/04/08 13:47)
    I'm back again with another update to help prevent the ridiculous amount of spam that keeps coming in. Since the last update, I've seen the number of posts for free mobile applications decrease (thank you automod rule!). I've also gone ahead and made the reporting reasons more specific about why/what is being reported and allows you to better choose a relevant category. New Rule Added No Generative AI or Vibe Coded Applications - Due to training data and the myriad of licenses across the open-source ecosystem. You literally cannot guarantee that the software you vibe coded is actually free software and can be licensed under an FSF license. Because of this (and because AI slop is taking over every subreddit), I have made the decision to blanket ban vibe coded applications/websites. There is also a relevant reporting reason if you come across an app that you suspect of being vibe coded. We'll (myself and the eventual mod team) make a reasonable effort to investigate if an app is vibe coded and go from there. Existing Rules Updated/Clarified Existing rules were updated to be more specific just so there isn't any weird ambiguity. The two that were updated are Don't Be Rude and Free Software Submissions Only. Don't Be Rude - Updated to simplify the rule and provide more specific use cases. There has been a number of reports over the years of people reporting a comment because someone decided to disagree with them. While this will likely continue, the rule has been clarified with specific contexts which are unacceptable community conduct. Free Software Submissions Only - Updated to remove the "and/or" loophole. Prior to this morning, submissions could claim to be free software and not provide the source code for others to inspect, modify and use. The loophole has now been closed and requires a submission to be Free Software AND Open-Source. This allows others to do the above and self-host if they so wish. I'll be monitoring this rule closely, if I find that individuals aren't following this, I will look into other mitigation measures. Speaking of the eventual mod team, I am still recruiting additional moderators. If you have an interest in helping the community, please consider volunteering as a mod! https://www.reddit.com/r/freesoftware/application/ submitted by /u/happyxpenguin [link] [comments]
Enter your comment. Wiki syntax is allowed:
Please fill all the letters into the box to prove you're human. C​ F S J K
 
  • news/reddit/freesoftware.txt
  • Last modified: 2021/10/30 11:41
  • by 127.0.0.1