this post was submitted on 30 Apr 2026
39 points (97.6% liked)

Open Source

46549 readers
180 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

I’m trying to understand which licensing model makes the most sense for small personal tools — not as products, but as experiments to learn how to distribute software before working on a larger project.

To explore this, I released a tiny utility as source‑available rather than fully open‑source. The code is visible, but the license is restrictive. GitHub here works only as a landing page, not as a full FOSS repo.

Here’s the project I’m using as a test case (not promoting it — just showing the model I’m experimenting with): https://github.com/Mietkiewski/MPomidoro

My goal isn’t to push the tool itself — it’s just a way to understand how people interpret these categories:

Is source‑available meaningfully different from closed‑source?

Do you expect small tools to default to open‑source?

Does hosting something on GitHub imply a FOSS expectation?

For someone planning a larger ecosystem later, which model is the most reasonable starting point?

I’m genuinely trying to understand how open‑source communities see these distinctions before I commit to a long‑term direction.

you are viewing a single comment's thread
view the rest of the comments
[–] dragospirvu75@lemmy.ml 5 points 1 day ago (1 children)

Open Source or Free > Source available > Closed source. Okay, I am glad that you allow me to see the program that I use. But if you don't allow me to edit it to my needs or preferences, I won't use your product.

[–] mietkiewski_dev@lemmy.ml 1 points 13 hours ago

Source‑available still lets people read and modify the code for personal use — they just can’t redistribute it. For me that’s a reasonable model for small tools, even if there’s always a risk someone will copy it. This project is mainly a distribution experiment.