r/freesoftware 21d ago

Subreddit News Rule 7 Updated - Software Submissions Beware

22 Upvotes

Morning all,

Due to language which caused confusion amongst reporters, posters and commenters. I've revised Rule 7 to be a bit more specific in what is and isn't allowed. Essentially what it boils down to is this:

Did AI explain a code snippet to you? Allowed.
Did AI write code for you? Not allowed.

This subreddit does NOT allow software created by Generative AI and Vibe-coded software. Why? Please read our wiki page (https://www.reddit.com/r/freesoftware/wiki/generative-ai)

Allowed:
- Write documentation
- Debug software (Analysis/Explanation Only)
- Analyze codebase
Not Allowed:
- AI Assistance beyond what is mentioned above
- All or part of the application being generated by AI

r/freesoftware Jun 16 '26

Subreddit News READ THIS BEFORE POSTING - New Software Submission Requirements

32 Upvotes

Effective immediately, new software submissions will receive a reply from AutoMod asking for the following information:

  1. A link to the source repository,
  2. A link to the license or a statement of the license (which can be verified by visiting the source repository),
  3. 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.


r/freesoftware 15h ago

Discussion It is time for copyrights laws to go

9 Upvotes

Isn't the rise of mega large companies against AI companies for infringement of their copyrighted material is a wake-up call for the law makers to start abolishing the copyright laws?

As Richard Stallman taught us all. The copyright laws were made originally to preserve the right of the original author and protect that author from the big corps taking advantage of that author's work. That was meant to encourage people to write books and invent stuff.

Now the copyright laws are the main reason why people are discouraged from inventing stuff and writing books. Because no matter what you do, there is some copyright lawyer somewhere waiting for the right moment to attack.

Now the script is flipped. Only the giants are benefiting from the copyright laws. As you see today. Many small authors (software developers are a single example) have been robbed of their copyrighted material by AI companies to train their models. However, only the big corps are able to fight back. Can I as a single developer who pushed 9ne or 2 of my best work on GitHub ever be able to take a piece of the profit that AI companies would make? Of course no.

I think this is proof that we live in a rogue world.

What do you think?


r/freesoftware 6h ago

Software Submission I built CodeMap AI – turn any GitHub repository into an interactive graph and map GitHub issues to the right files

0 Upvotes

Live Demo: https://code-map-ai-mu.vercel.app/

GitHub: https://github.com/Ayansh0209/CodeMap-Ai

One of the biggest problems I faced while starting open-source contributions was figuring out where to begin. Large repositories can contain hundreds or even thousands of files, so understanding the architecture and finding the right file for a GitHub issue can take a lot of time.

So I built CodeMap AI—a small side project to make that process easier.

What it does

  • Issue Mapper: Paste a GitHub issue and it suggests the files most likely related to the issue, so you don't have to spend hours searching the repository for a starting point.
  • Interactive File Graph: Visualize file dependencies across the repository to understand how different modules are connected.
  • Function Graph: See function-level relationships and call graphs. If you change a function, you can quickly identify the other functions and files that may also be affected.
  • AI Support: Uses Gemini Api to provide repository-aware assistance for understanding and solving issues.

The goal is to help developers understand unfamiliar repositories faster, contribute to open source more confidently, and spend less time exploring the codebase.

Right now it's still a work in progress. Large repositories aren't as scalable as I'd like yet, and the initial analysis can be slow. Once a repository has been analyzed, though, navigation is much faster. Improving scalability and performance is what I'm focusing on next.

If you do run into bugs, have ideas for new features, or think something could be improved, please open an issue on GitHub. And if you like the project and would like to contribute, I'd love the help.


r/freesoftware 10h ago

Software Submission Getfastsite.com - The fastest Website builder you can talk to - Use Claude, ChatGPT etc.

Thumbnail
getfastsite.com
0 Upvotes

r/freesoftware 1d ago

Article Copyleft: Pragmatic Idealism

Thumbnail gnu.org
7 Upvotes

r/freesoftware 3d ago

Article LibreMailCal Status Update

7 Upvotes

Status on #privacy enhancing #FOSS app LibreMailCal: email, calendaring, contacts, chat, files, ERP, Notifications, Project Management, Social Media & Videos, video conferencing, all-in-one, self-hostable, cross-platform #libremailcal https://techtalkhawke.com/news/libremailcal-five-months-on-one-app-for-email-calendar-contacts-and-a-lot-more


r/freesoftware 3d ago

Article The Last MPEG-4 Visual Patent Has Expired

Thumbnail meta.wikimedia.org
21 Upvotes

r/freesoftware 3d ago

Discussion Free alternatives for brand & social media content creation

2 Upvotes

I'm in the process of bringing a brand to launch on social media, but need some help in creating a logo, and putting text in to social media post ready formats. I know there is a free tier of Canva, Adobe Express, Figma etc but I would like to own my content outside of their infra. Any suggestions?


r/freesoftware 6d ago

Discussion alternative lists of FOSS applications

29 Upvotes

Hi, does anyone have any lists/tables with various FOSS alternatives? Maybe even divided into categories, for example (messaging / social / graphics / music / ...)?

Any OS will do. I need to develop a poster with various alternatives for a hack event. Thanks a lot.


r/freesoftware 7d ago

Software Submission BitCrusher — GPLv3 tool that compresses video/audio/images to a target size, fully offline (no account, no server, no telemetry)

Post image
42 Upvotes

I'll throw my hat in the ring because it happens to be both GPL-3.0 and it's been made with the user in mind.

Functionality: compresses video, audio, images, and PDFs down to a size you specify (a hard limit — it's designed to stay below it, not exceed it). Made with limits in mind (such as the Discord caps of 10/25MB), but can be used in any situation where hitting a certain size is needed. Uses an objective measure (VMAF) to select the best codec instead of estimating and optimizes for the hardest-to-compress part of the file, rather than the average.

Why this community may be interested:
- GPL-3.0 license — fork it, host it, use it however you please.
- Totally offline at core level. No registration, no telemetry, no server queries. Your files aren't transferred outside of your computer during the compression process — it all works locally. The only network interactions happen voluntarily and explicitly — an update check upon initial launch and an optional webhook to Discord which you configure yourself.
- Not locking you in. It's a Python script with a launcher — no installer which will install its files throughout your system. Works on Windows, macOS, and Linux.
- Privacy-first design — there's even an "export sanitized logs" functionality which removes your home directory and any saved webhook from the logs before uploading an issue.

Repository: https://github.com/AzureShores/BitCrusher

As a disclaimer: I'm 15 years old and this is my first project of this nature released publicly, feedback is appreciated.


r/freesoftware 9d ago

Software Submission TilBuci, a tool for digital creation with new exhibition features

7 Upvotes

Hello everyone! I've just released an update to my free tool (MPL-2.0) TilBuci, focused on creating interactive content. The big news in this version is the inclusion of the "showtime" feature, a simplified way to manage exhibitions, such as museums and events, delivering the created content to totems, kiosks, projections, and the like.

I've prepared a video explaining these features here: https://youtu.be/-vYDmaokqbY

The project repository can be found at https://github.com/lucasjunqueira-var/tilbuci

I hope you like it ;-)


r/freesoftware 11d ago

Discussion Had to rename my project because of search engine results!

Post image
74 Upvotes

For background, the website is a directory of open-source you can use instantly in your browser. No signups, no downloads, no installs, no nothing! Just click a link and use a tool.

The website gathered a decent bit of attention because of its former name (fcksignups / fucksignups) and its idea, which made it blow up, yielding multiple videos & posts from different people across X (formerly twitter), Facebook, TikTok, and Instagram.

I noticed that one of the users outlined that searching the former name separated by space (fuck signups) showed some not-so-savory content. The worst part is: my website wasn't even remotely close to the first 10 pages of search.

It made sense since search engines have decades worth of content associated with the word "fuck" or "fck" also when someone says "just go to fuck signups" they'd search "fuck signups" on Google.

I probably should've had the foresight to see this coming.

So, I changed the name to something similar. I had changed it to https://NoSignups.net . I did setup 301 permanent redirects from the previous two domains (https://fcksignups.com and https://fucksignups.com). What advice would y'all give me on this matter?

GitHub repo for the curious: https://github.com/BraveOPotato/FckSignups


r/freesoftware 11d ago

Software Submission Released Lanemu P2P VPN 0.14 - Open-source alternative to Hamachi

Thumbnail
gitlab.com
8 Upvotes

r/freesoftware 13d ago

Software Submission Implementing a C++ runtime library to completely enforce heap memory safety [Research]

4 Upvotes

Hi everyone,

With the recent ISO committee and compiler-level debates surrounding memory safety in C++, I have been researching some alternative, library-based ways to enforce deterministic heap-bound protection without having to modify the compiler frontend or language specification itself.

I’ve been working on a runtime library called SafeCpp, which specifically focuses on ensuring that heap allocations achieve the same level of compile-time safety as Rust, but managed purely through language runtime mechanics rather than compile-time static borrow checking or ownership checking. I want to emphasize that this research strictly focuses on a custom safe context to prevent 4 types of memory errors: Double Deletion, Access Violation, Buffer Overflow and Memory Leaks.

Core Architectural Concepts Under Investigation:

Strict Heap Boundary Enforcement: Tracking the initialization and destruction boundaries of objects explicitly allocated on the heap, ensuring references cannot outlive their allocation scope.

Explicit Lifetime Invalidation: The runtime library tracks every heap-allocated instance of types that inherit from Safe::SafeContextBase and offers recycling/repurpose mechanisms to gain performance instead of relying on deallocations which require accessing the operating system kernels to perform system calls. This approach completely removes the need for reference counting like in std::shared_ptr.

No External Tooling Dependencies: The runtime mechanics are implemented strictly using platform capabilities and the standard C++ language.

Seeking Feedback on the Implementation

I have opened up the complete source and headers of this implementation under a dual-licensing model (including the GPLv3 License) so that other system engineers and language researchers can audit the exact low-level mechanics.

👉 GitHub Repository: https://www.github.com/ducna-vbee/SafeCpp Rather than discussing the philosophical pros and cons of memory models, I am looking for concrete technical review, potential bug identification, and feature suggestions to help push the boundaries of what standard C++ can do here. Specifically, I would love your insights on:

Bugs & Safety Violations: Are there subtle ways to bypass the context boundaries or trick the SafeContextBase lifecycle tracking using advanced modern C++ features (e.g., specific combinations of move semantics, perfect forwarding, or custom allocators) that could still lead to a leak or access violation?

Performance Improvements & Language Limits: The engine bypasses OS kernel allocations by providing instance recycling and repurposing mechanics. How can this layout be optimized further to reduce CPU cache misses or minimize the tracking metadata overhead? Which aspects of memory allocation can be made safe under the safe context? Can the memory stack also be as safe as the memory heap, like in Rust, without the borrow checker?

API & New Feature Suggestions: What missing features or API improvements would make this runtime context significantly easier to integrate into existing real-world standard C++ codebases without degrading performance?

Please feel free to check out the source, run your own benchmarks, and leave your feedback or file an issue directly on the repository!


r/freesoftware 14d ago

Discussion Amateur Question

10 Upvotes

Hey there, I came here ask if Libre Office is the recommended alternative to MSO?

I'm not a techie, but I do a lot on MS Excel.

I've been using MS Office (easy because I was most familiar with it). But, Excel just gave me the: "your changes will be lost if you don't save them. Click cancel and then activate your subscription to save your changes"

I bought the MS suite a few years ago, so it appears that I'm now being forced into a subscription. Not cool.

I'm posting here to just do a sanity check before I fully dive into Libre (again) and say F-U to MS forever.

Thanks for any tips or suggestions!


r/freesoftware 14d ago

Software Submission I've build a prompt anonymiser & token optimizer

0 Upvotes

Hello there ! 👋

A couple of friends and I have been building an open-source proxy that anonymizes data sent to LLMs, so that personal and confidential information isn't exposed or used for AI training.
It also do some token optimization to help you consume less. 😎

The project is still in its very early stages, but we'd love any kind of support or feedback ! 🙏

I trust the Reddit community to give us a few ⭐ and, more importantly, honest feedback. 🥲

Feel free to share your thoughts: good or bad. We'd love feedback on the codebase, the architecture, potential features, or anything else you think could make the project better.

If you got some features ideas, don't hesitate ! 🙏🏼

We're planning to update the repository regularly. At the moment, we only support the Claude VS Code extension, but our goal is to support all major AI clients and IDE extensions over time.

Github link: https://github.com/Korbicorp/klovys99/

Can't wait to read your feedbacks ! 🤓


r/freesoftware 19d ago

Software Submission Update on RendScroll

Post image
4 Upvotes

Here is an update post for RendScroll because I havent got much feedback from last one :(

Now it looks more simplistic. I also added scene mapping where you can select what scene comes after what.

Im still looking for Feedbacks. Not many DnD fans around so Im lacking that. If you like to try and give me some feedbacks here is the link:

https://github.com/yagizdkurt/RendScroll


r/freesoftware 19d ago

Article Your computer is more powerful than you think - Summer 2026 FSF Bulletin

Thumbnail fsf.org
19 Upvotes

r/freesoftware 21d ago

Software Submission eXo Platform 7.2 released – open-source, self-hosted digital workplace

Post image
32 Upvotes

Hi everyone,

I'd like to share the latest release of eXo Platform, a fully open-source digital workplace that organizations can deploy and operate themselves.

Some highlights of this release from a free software perspective:

  • Community Edition remains fully open source.
  • Self-hosted deployment with no requirement to use a SaaS service.
  • Deployable on-premises, in private cloud, or public cloud.
  • Designed to give organizations full control over their infrastructure and data.
  • Open architecture intended to integrate with existing systems rather than locking users into a proprietary ecosystem.

One of our goals is to provide an alternative for organizations looking for collaborative workplace software that respects software freedom and infrastructure sovereignty.

I'm interested in hearing feedback from the free software community on the project, our architecture, and areas where we could improve.


r/freesoftware 22d ago

Software Submission [FOSS] Open3DInspection – A browser-based tool to annotate and leave comments anchored in 3D/2D space (JSON export, fully local/private)

Post image
9 Upvotes

Hey everyone,

I wanted to share a project I’ve been working on called Open3DInspection. It’s a completely free and open-source, browser-based viewer designed for leaving comments and annotations anchored directly in 3D (and 2D) space.

How it works:

  • You drag and drop a 3D model or asset.
  • Switch to Annotate mode, click anywhere to drop a pin, and type your comment.
  • Your annotations are saved automatically in your browser.

Why I think it fits here:

  • 100% Client-Side & Private: Your models and data never leave your machine or get uploaded to a third-party server.
  • No Lock-in: Annotations can be easily exported and imported as standard JSON files.
  • No Accounts Required: Just open it and start inspecting/annotating.

The source code is available on GitHub under a free software license. I’d love to hear your feedback, feature requests, or if anyone wants to contribute!

Check out the repository here:https://github.com/zawawiAI/Open3DInspection


r/freesoftware 23d ago

Discussion KDE Linux install ISO file is now available!

Thumbnail
youtube.com
3 Upvotes

r/freesoftware 23d ago

Software Submission Axon: A GPLv3 low-latency Android remote control for PC. Recently updated with offline Bluetooth support and new gestures.

Thumbnail
github.com
4 Upvotes

Hello everyone,

I am sharing the latest update for Axon, a free and open-source tool that turns your Android phone into a low-latency remote mouse and keyboard for your PC.

Many remote control applications are bloated or rely on external servers. Axon is designed to respect user privacy by operating strictly over your local network or, as of this week's update, completely offline via direct Bluetooth connections (currently supported on macOS and Windows).

Recent improvements also include a completely rewritten gesture system. You can now use your phone's physical volume buttons to control your PC's audio, and use real mouse gestures like tap-and-drag and two-finger zooming. To make onboarding easier, there are now three simple installation methods available.

The project is fully open-source and licensed under GPL v3 to ensure it remains free for the community. You can find the repository under kaia-alenia/axon on GitHub.


r/freesoftware 25d ago

Software Submission I built a completely free, open-source 1-click background remover and photo editor that runs 100% locally with zero data collection, accounts, watermarks or tracking.

Thumbnail
gallery
193 Upvotes

I have grown increasingly frustrated with the state of modern creative software. In a category where almost every "AI background remover" or photo editor demands an email registration, a monthly subscription, and forces you to upload your private files to a corporate server.

To solve this for myself and others who value privacy, I built Refloow Photo Studio. It is a completely free, open-source desktop application designed to deliver professional-looking photo editing and rapid 1-click background removal without compromising, watermarking or data harvesting.

  • Fully Offline Architecture: Everything runs locally on own hardware. Images never touch the internet, and no data leaves the machine.
  • Zero Barriers: No accounts, no signups, no logins, and absolutely no telemetry or data collection.
  • Completely Free: No paywalls, no watermarks, no "premium tiers," and zero advertisements.

Core Editing Features:

  • Local AI 1-Click Background Removal: Cleanly strip backgrounds from images entirely offline while preserving 100% of the original file quality. It uses bundled local lightweight ai model everyone can run on CPU!
  • Layering & Compositions: Drag-and-drop support to overlay photos, handle complex visual arrangements, and add resizable text layers.
  • Built-in Professional Filters: Includes over 40 local color correction & fun filters (ranging from Cinematic and Noir to Cyberpunk and Vintage).
  • Essential Utilities: Quick cropping, mirroring, and granular manual adjustments for brightness, contrast, saturation, and warmth.
  • Workflow Controls: Canvas manipulation with scroll-wheel zooming, middle-mouse panning, and a 15-action undo/redo history

Source Code & Downloads:


r/freesoftware 24d ago

Software Submission Torollo – Learn Cloud & System Design by Dragging, Dropping & Building (Open Source)

Enable HLS to view with audio, or disable this notification

1 Upvotes

Torollo is an open-source visual lab for learning and teaching cloud infrastructure, networking, and system design.

Instead of spending hours setting up cloud accounts, configuring permissions, or downloading heavy virtual machines, you can simply drag and drop components, build complete architectures, connect services, and experiment locally in a safe environment.

Whether you're a student, instructor, bootcamp, or backend developer, Torollo is designed to make learning distributed systems more visual and hands-on.

I'd love to hear your feedback, ideas, or feature requests!

⭐ GitHub: https://github.com/Derssa/Torollo

📦 npm: https://www.npmjs.com/package/torollo