nPhoneKIT ideas/discussion/help/advice?
So, I have an open source phone unlocking tool made in Python, and called it nPhoneKIT.
I added a phone debloater tool and IMEI blacklist checker as well, but I can't think of any more ideas
Anyone have ideas or input/suggestions?
(Link: https://nphonekit.dev)
Also, does anyone have general advice for a project like this, competing with other big tools? How long will it take to grow significantly? What can I do to help it?
https://redd.it/1mmur2t
@r_opensource
So, I have an open source phone unlocking tool made in Python, and called it nPhoneKIT.
I added a phone debloater tool and IMEI blacklist checker as well, but I can't think of any more ideas
Anyone have ideas or input/suggestions?
(Link: https://nphonekit.dev)
Also, does anyone have general advice for a project like this, competing with other big tools? How long will it take to grow significantly? What can I do to help it?
https://redd.it/1mmur2t
@r_opensource
nphonekit.dev
nPhoneKIT - Open Source Android Unlock Toolkit
Unlock your Android device with transparency. FRP, screen unlock & more, all in Python, all open source.
The Open Source Dilemma: Who Pays for Our Digital Infrastructure?
https://brainnoises.com/blog/open-source-dilemma/
https://redd.it/1mmxw2c
@r_opensource
https://brainnoises.com/blog/open-source-dilemma/
https://redd.it/1mmxw2c
@r_opensource
Brainnoises
The Open Source Dilemma: Who Pays for Our Digital Infrastructure?
Our digital world is built on a fragile foundation: critical open-source projects maintained by a few unpaid volunteers. After major security scares, it's time to ask a hard question: is this model sustainable, or are we waiting for a collapse?
Open-sourced my vector database project
Been using this for semantic search in my personal projects. Figured others might find it useful.
Main thing: you can swap indexing algorithms without rebuilding everything.
GitHub: https://github.com/doganarif/vectordb
https://redd.it/1mn0hyj
@r_opensource
Been using this for semantic search in my personal projects. Figured others might find it useful.
Main thing: you can swap indexing algorithms without rebuilding everything.
GitHub: https://github.com/doganarif/vectordb
https://redd.it/1mn0hyj
@r_opensource
GitHub
GitHub - doganarif/vectordb
Contribute to doganarif/vectordb development by creating an account on GitHub.
[100% Open Source] Gmail notifier extension with server-side code included
https://chromewebstore.google.com/detail/gmail-notifier/liabcmaifgemdglcbialogmljhekgnle
https://redd.it/1mn1jen
@r_opensource
https://chromewebstore.google.com/detail/gmail-notifier/liabcmaifgemdglcbialogmljhekgnle
https://redd.it/1mn1jen
@r_opensource
Google
Gmail Notifier - Chrome Web Store
Gmail Notifier on Browser
Hey homelabbers, I built a simple RAID performance calculator
GitHub: https://github.com/bradgarrison/raid-performance-calculator
I put together a browser-based tool for quickly estimating read/write speeds and usable storage for different RAID setups, including ZFS RAIDZ.
It’s already functional, but I’m looking to improve it by:
Making the formulas more accurate across RAID types and workloads
Adding presets for HDD, SSD, and NVMe performance
Improving the UI and mobile responsiveness
Keeping it simple so it’s beginner-friendly
If you’ve got experience with RAID/storage performance (or just like tinkering with homelab tools), I’d love feedback, suggestions, or contributions. Fork it, make changes, or let me know what could be better.
https://redd.it/1mn0dwo
@r_opensource
GitHub: https://github.com/bradgarrison/raid-performance-calculator
I put together a browser-based tool for quickly estimating read/write speeds and usable storage for different RAID setups, including ZFS RAIDZ.
It’s already functional, but I’m looking to improve it by:
Making the formulas more accurate across RAID types and workloads
Adding presets for HDD, SSD, and NVMe performance
Improving the UI and mobile responsiveness
Keeping it simple so it’s beginner-friendly
If you’ve got experience with RAID/storage performance (or just like tinkering with homelab tools), I’d love feedback, suggestions, or contributions. Fork it, make changes, or let me know what could be better.
https://redd.it/1mn0dwo
@r_opensource
GitHub
GitHub - bradgarrison/raid-performance-calculator
Contribute to bradgarrison/raid-performance-calculator development by creating an account on GitHub.
Need your help in understanding the OSS inclusion
Hi ,
I am a Java backend guy working on a project I had to use Hibernate, Jakarta , etc.. which comes under GPL2.0 with class path exception and EPL 1.0/2.0 and LGPL-2.0 only Licenses.
I not modifying any of these Libraries just using their functions in my code.
Do I need to open source my code? Is there any problem if I don’t. As per our organisation policy these are weak copy left licenses and legal approval is needed which I don’t have time to follow those processes.
Are there any alternatives for these libraries.
I am stuck here any leads will be appreciated.
Thanks
Typing in hurry forgive my wording
https://redd.it/1mn5grh
@r_opensource
Hi ,
I am a Java backend guy working on a project I had to use Hibernate, Jakarta , etc.. which comes under GPL2.0 with class path exception and EPL 1.0/2.0 and LGPL-2.0 only Licenses.
I not modifying any of these Libraries just using their functions in my code.
Do I need to open source my code? Is there any problem if I don’t. As per our organisation policy these are weak copy left licenses and legal approval is needed which I don’t have time to follow those processes.
Are there any alternatives for these libraries.
I am stuck here any leads will be appreciated.
Thanks
Typing in hurry forgive my wording
https://redd.it/1mn5grh
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Repair Shop Software Alternative
The only software I can find online aren't open source and I wanted some insight on some new open source repair management software I can't seem to find. Any recommendation is appreciated!
https://redd.it/1mn74gb
@r_opensource
The only software I can find online aren't open source and I wanted some insight on some new open source repair management software I can't seem to find. Any recommendation is appreciated!
https://redd.it/1mn74gb
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Lychee and OpenSource struggles
I am part of LycheeOrg, the group maintaining Lychee, a self-hosted photo gallery built in PHP and Vue3. We hold ourselves to very high standards when it comes to quality and security. We keep a gold status on bestpractices.dev by maintaining over 90% test coverage, we enforce 2FA on all our members, we use static analysis, and signed commits and releases. Similarly our securityscorecards.dev score is 9.2, and we validate it on every commit to the main branch.
Now the issue is, I am currently the only active developer on the project. The others help with reviews when they can, but life understandably gets in the way. To make things more manageable, I switched to stacked pull requests (PRs built on top of PRs) so changes are smaller and more focused, thus more manageable for the team. I even built a page to better track them: pr.lycheeorg.dev. But in the end, progress still ends up stalled because of our strict 4-eyes policy.
Of course, one obvious answer is to find more contributors or reviewers, and I have tried that already twice... But there are multiple issues with this approach. The first one is that the code base is fairly large (~2200 files), which can be intimidating. More importantly, if someone is not actively using Lychee, they are usually less inclined to spend time on reviewing changes that are not going to impact them. :/
That leaves me with the less-than-ideal solution, and something that goes against my spirit: drop (temporarily?) the 4-eyes requirement and rely on "proprietary LLM based tools" for PR reviews. I hate the thought of lowering our safety perimeter, but being the only person writing code, waiting indefinitely for human reviews just is not sustainable.
Have you faced similar issues? What would you do? I would really appreciate your thoughts.
https://redd.it/1mn8ew8
@r_opensource
I am part of LycheeOrg, the group maintaining Lychee, a self-hosted photo gallery built in PHP and Vue3. We hold ourselves to very high standards when it comes to quality and security. We keep a gold status on bestpractices.dev by maintaining over 90% test coverage, we enforce 2FA on all our members, we use static analysis, and signed commits and releases. Similarly our securityscorecards.dev score is 9.2, and we validate it on every commit to the main branch.
Now the issue is, I am currently the only active developer on the project. The others help with reviews when they can, but life understandably gets in the way. To make things more manageable, I switched to stacked pull requests (PRs built on top of PRs) so changes are smaller and more focused, thus more manageable for the team. I even built a page to better track them: pr.lycheeorg.dev. But in the end, progress still ends up stalled because of our strict 4-eyes policy.
Of course, one obvious answer is to find more contributors or reviewers, and I have tried that already twice... But there are multiple issues with this approach. The first one is that the code base is fairly large (~2200 files), which can be intimidating. More importantly, if someone is not actively using Lychee, they are usually less inclined to spend time on reviewing changes that are not going to impact them. :/
That leaves me with the less-than-ideal solution, and something that goes against my spirit: drop (temporarily?) the 4-eyes requirement and rely on "proprietary LLM based tools" for PR reviews. I hate the thought of lowering our safety perimeter, but being the only person writing code, waiting indefinitely for human reviews just is not sustainable.
Have you faced similar issues? What would you do? I would really appreciate your thoughts.
https://redd.it/1mn8ew8
@r_opensource
Lychee
LycheeOrg — Self-hosted photo-management done right.
Lychee is a free photo-management tool, which runs on your server or web-space. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.
Where do you usually look for “good first issues” to contribute to open source?
Hi everyone! I’m planning to create several “good first issues” for open source projects and want to make sure they’re visible to people who are looking to contribute. So far, I only know about up-for-grabs.net and goodfirstissues.com.
Are there any other websites, platforms, or communities where you commonly look for beginner-friendly issues to start contributing? Any tips on how to get these issues noticed by new contributors would also be appreciated.
Thanks in advance!
https://redd.it/1mn9miu
@r_opensource
Hi everyone! I’m planning to create several “good first issues” for open source projects and want to make sure they’re visible to people who are looking to contribute. So far, I only know about up-for-grabs.net and goodfirstissues.com.
Are there any other websites, platforms, or communities where you commonly look for beginner-friendly issues to start contributing? Any tips on how to get these issues noticed by new contributors would also be appreciated.
Thanks in advance!
https://redd.it/1mn9miu
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
A GPS app without maps ?
Hi all, as the noscript says, I'm looking for a FOSS Android (Lineage) app that gives latitude and longitude mainly ; speed and maybe altitude would be a plus. I'd like to use my phone as a GPS when sailing using paper charts (mandatory where I live), without a connection, and without restaurants and subway stations :)
https://redd.it/1mnh3k1
@r_opensource
Hi all, as the noscript says, I'm looking for a FOSS Android (Lineage) app that gives latitude and longitude mainly ; speed and maybe altitude would be a plus. I'd like to use my phone as a GPS when sailing using paper charts (mandatory where I live), without a connection, and without restaurants and subway stations :)
https://redd.it/1mnh3k1
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Google Open Source - What's new in Apache Iceberg v3
https://opensource.googleblog.com/2025/08/whats-new-in-iceberg-v3.html
https://redd.it/1mnglh1
@r_opensource
https://opensource.googleblog.com/2025/08/whats-new-in-iceberg-v3.html
https://redd.it/1mnglh1
@r_opensource
Googleblog
What's new in Apache Iceberg v3?
The Apache Iceberg project is taking on the challenge of how to bring database-like agility to petabyte-scale datasets stored in open cloud storage.
Stop using github - GitHub is no longer independent at Microsoft after CEO resignation
https://www.theverge.com/news/757461/microsoft-github-thomas-dohmke-resignation-coreai-team-transition
https://redd.it/1mniiyz
@r_opensource
https://www.theverge.com/news/757461/microsoft-github-thomas-dohmke-resignation-coreai-team-transition
https://redd.it/1mniiyz
@r_opensource
The Verge
GitHub just got less independent at Microsoft after CEO resignation
GitHub will be part of Microsoft’s AI engineering team
Open sourced my daily mini dev utilities - Feel free to contribute ✌️
I built myself a collection of mini dev utilities for stuff I do daily - JSON formatting, Base64 encoding, URL encoding, hash generation, UUIDs. Planning to extend it further.
Made it a native Mac menu bar app so it's always accessible. Since it's been useful for my workflow, decided to open source it.
Current tools:
* JSON formatter/validator with error highlighting
* Base64 encoder/decoder
* URL encoder/decoder
* Hash generators (MD5/SHA1/SHA256)
* UUID generator with bulk options
Repo: [https://github.com/dilee/zen-dev-toolkit](https://github.com/dilee/zen-dev-toolkit)
All offline, no tracking, built with SwiftUI. Planning to open source more advanced tools I'm building too. Feel free to contribute ✌️
https://redd.it/1mnlby0
@r_opensource
I built myself a collection of mini dev utilities for stuff I do daily - JSON formatting, Base64 encoding, URL encoding, hash generation, UUIDs. Planning to extend it further.
Made it a native Mac menu bar app so it's always accessible. Since it's been useful for my workflow, decided to open source it.
Current tools:
* JSON formatter/validator with error highlighting
* Base64 encoder/decoder
* URL encoder/decoder
* Hash generators (MD5/SHA1/SHA256)
* UUID generator with bulk options
Repo: [https://github.com/dilee/zen-dev-toolkit](https://github.com/dilee/zen-dev-toolkit)
All offline, no tracking, built with SwiftUI. Planning to open source more advanced tools I'm building too. Feel free to contribute ✌️
https://redd.it/1mnlby0
@r_opensource
GitHub
GitHub - dilee/zen-dev-toolkit
Contribute to dilee/zen-dev-toolkit development by creating an account on GitHub.
Menstrudel- Private, offline and open source period tracking/prediction app
Hi all! I wanted to spread the word about a small project I have been working on.
Menstrudel is a free open source period tracking and prediction app that is designed to work completly offline.
Built with Flutter, the current release is available for Android (Not yet released to playstore) as an APK download from the releases page. Playstore release is in the pipeline as I learn how. Currently its set for internal testing but not for general downloads.
This whole thing started with a conversation with my girlfriend when she mentioned that there are not many free/private period apps designed with women in mind.
There is a lot to be done still, but the basics are functional! Please feel free to check out the GitHub and give it a go - let me know of any thoughts :)
https://redd.it/1mnn9nu
@r_opensource
Hi all! I wanted to spread the word about a small project I have been working on.
Menstrudel is a free open source period tracking and prediction app that is designed to work completly offline.
Built with Flutter, the current release is available for Android (Not yet released to playstore) as an APK download from the releases page. Playstore release is in the pipeline as I learn how. Currently its set for internal testing but not for general downloads.
This whole thing started with a conversation with my girlfriend when she mentioned that there are not many free/private period apps designed with women in mind.
There is a lot to be done still, but the basics are functional! Please feel free to check out the GitHub and give it a go - let me know of any thoughts :)
https://redd.it/1mnn9nu
@r_opensource
GitHub
Releases · J-shw/Menstrudel
Period tracking app - Free, offline, and open source. - J-shw/Menstrudel
How does one start an open source project?
I recently created a 100% offline budgeting app using AI. I had a basic version running in my terminal, but my girlfriend and brother were interested in it, so I spent the summer "vibe coding" this full app for them. As a self-taught coder, I've learned a ton about how technology works and now understand that no app is ever truly finished. "Vibe coding" has many issues, from potential security vulnerabilities to unstable code that will eventually break. While I've done my best to ensure the app is secure and there's no data leakage, I'm not a professional and I recognize how much I don't know.
Initially, I was just going to scrap the project and move on.
However, when I tried to go back to spreadsheets or other subnoscription based tools, I realized how much I prefer my app. It makes budgeting simple, is completely offline, and has no subnoscription fees. It just works the way I want it to, and I love it.
Unfortunately, as a school starting again I don't have the time or energy to continue learning to code and maintain it. So, I was wondering if I could release this app as open source. My hope is to either raise money to hire a developer to build it out properly or, if the community likes the idea, inspire others to contribute and help it grow.
TL;DR: I created a 100% offline, "vibe coded" budgeting app that I really believe in, but I lack the time to maintain it and fix Ai coding issues. To give the app a chance, I want to release it as an open source project to raise money to hire a developer or invite the community to help. How would you go about releasing this open source?
https://redd.it/1mnozdf
@r_opensource
I recently created a 100% offline budgeting app using AI. I had a basic version running in my terminal, but my girlfriend and brother were interested in it, so I spent the summer "vibe coding" this full app for them. As a self-taught coder, I've learned a ton about how technology works and now understand that no app is ever truly finished. "Vibe coding" has many issues, from potential security vulnerabilities to unstable code that will eventually break. While I've done my best to ensure the app is secure and there's no data leakage, I'm not a professional and I recognize how much I don't know.
Initially, I was just going to scrap the project and move on.
However, when I tried to go back to spreadsheets or other subnoscription based tools, I realized how much I prefer my app. It makes budgeting simple, is completely offline, and has no subnoscription fees. It just works the way I want it to, and I love it.
Unfortunately, as a school starting again I don't have the time or energy to continue learning to code and maintain it. So, I was wondering if I could release this app as open source. My hope is to either raise money to hire a developer to build it out properly or, if the community likes the idea, inspire others to contribute and help it grow.
TL;DR: I created a 100% offline, "vibe coded" budgeting app that I really believe in, but I lack the time to maintain it and fix Ai coding issues. To give the app a chance, I want to release it as an open source project to raise money to hire a developer or invite the community to help. How would you go about releasing this open source?
https://redd.it/1mnozdf
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Spreadsheet Application for Financial Modeling
I'm looking for recommendations on the best open source spreadsheet software that allows for robust financial modeling, specifically with sensitivity and scenario analysis capabilities. I'm aiming to find a strong alternative to Excel to make a permanent switch.
So far, I've tried LibreOffice Calc, but I'm not entirely convinced by its performance and haven't found a good extension for scenario analysis. I'm curious if anyone here has experience with Grist or OpenOffice Calc and could share their thoughts.
I have experience with Python, so Grist makes a compelling option, however this makes collaboration with others a bit hard (for people who are not familiar with programming languages in general)
Some of specific points I'm interested in:
Availability and quality of extensions or plugins for financial modeling.
Scenario and sensivity analysis.
Extensions or prebuilt formulas for depreciation (I sometimes calculate monthly depreciation values)
If you have any other recommendations beyond Grist and OpenOffice Calc, I'd love to hear them as well. Any insights or personal experiences would be greatly appreciated.
Thanks in advance for your help
https://redd.it/1mnolas
@r_opensource
I'm looking for recommendations on the best open source spreadsheet software that allows for robust financial modeling, specifically with sensitivity and scenario analysis capabilities. I'm aiming to find a strong alternative to Excel to make a permanent switch.
So far, I've tried LibreOffice Calc, but I'm not entirely convinced by its performance and haven't found a good extension for scenario analysis. I'm curious if anyone here has experience with Grist or OpenOffice Calc and could share their thoughts.
I have experience with Python, so Grist makes a compelling option, however this makes collaboration with others a bit hard (for people who are not familiar with programming languages in general)
Some of specific points I'm interested in:
Availability and quality of extensions or plugins for financial modeling.
Scenario and sensivity analysis.
Extensions or prebuilt formulas for depreciation (I sometimes calculate monthly depreciation values)
If you have any other recommendations beyond Grist and OpenOffice Calc, I'd love to hear them as well. Any insights or personal experiences would be greatly appreciated.
Thanks in advance for your help
https://redd.it/1mnolas
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
EU Commission Reactivates Bug Bounties
https://www.i-programmer.info/news/136-open-source/18239-eu-commission-reactivates-bug-bounties-.html
https://redd.it/1mnqogc
@r_opensource
https://www.i-programmer.info/news/136-open-source/18239-eu-commission-reactivates-bug-bounties-.html
https://redd.it/1mnqogc
@r_opensource
I Programmer
EU Commission Reactivates Bug Bounties
After a period of inactivity, the EC Open Source Programme Office (EC OSPO) has awarded a contract for organizing bug bounties on open source software.
OSS LLMuxer — cost-aware LLM model selector (MIT). Help us add datasets & caching.
Small MIT-licensed tool to pick the lowest-cost model that keeps your classification quality. Python, OpenRouter.
Contrib guide: CONTRIBUTING.md in repo.
Repo: https://github.com/mihirahuja1/llmuxer
Demo Colab + benchmark noscript included.
https://redd.it/1mo0906
@r_opensource
Small MIT-licensed tool to pick the lowest-cost model that keeps your classification quality. Python, OpenRouter.
Contrib guide: CONTRIBUTING.md in repo.
Repo: https://github.com/mihirahuja1/llmuxer
Demo Colab + benchmark noscript included.
https://redd.it/1mo0906
@r_opensource
CONTRIBUTING.md
Open Source Guides
Linux is at the tipping point and it just needs the right push :)
I have been following Linux on the side lines over years, the last couple of years I've been more engaged, it had become better, I have been running an Alpine server for more than a year, occasionally used a Qubes OS laptop and had a few Linux VMs. Nobara is what changed the game for me, now I'm converting 100% to Linux, 99% of what I want to do I can do in Linux now and it's easy.
I still don't think Linux is a drop in replacement for Windows, but I think we're close and what is needed is really more commercial support for Linux, more hardware and app support from commercial entities. Microsoft forced steam to think Linux and that has been really good for Linux. AMD has been open to Linux and that has been really good too. The more we get on our team, the better Linux will work.
Right now I think Linux is good enough for many and there is enough consumer irritation about Windows/Microsoft/BillGates/USA e.t.c. to move a lot of people in the direction of Linux. We even occasionally see gaming benchmarks where Linux does better than Windows in frame rates, which for sure motivates some hardcore gamers to move.
Sure, there will be issues, there will be some that get burnt, there will be frustrations on the newbies side and there will be some that would like more peace in the community, but isn't it as a whole for Linux better that we move as many over to Linux as possible? Better app selection? Better hardware support?
Right now, I think Linux needs open source marketing, we need to become good at making commercials the way the community made operating systems. We need to show what open and honest marketing looks like. We have video tools in Linux, we should show off what we can do with our tools in Linux, what great commercials we can make with Linux and just let diversity happen, let the best commercial survive and go viral.
Let's get every country in the world to do Like Norway, let's get to 20% desktop market share in all the other countries too!
https://gs.statcounter.com/os-market-share/desktop/norway/#monthly-200901-202507
https://redd.it/1mo07t8
@r_opensource
I have been following Linux on the side lines over years, the last couple of years I've been more engaged, it had become better, I have been running an Alpine server for more than a year, occasionally used a Qubes OS laptop and had a few Linux VMs. Nobara is what changed the game for me, now I'm converting 100% to Linux, 99% of what I want to do I can do in Linux now and it's easy.
I still don't think Linux is a drop in replacement for Windows, but I think we're close and what is needed is really more commercial support for Linux, more hardware and app support from commercial entities. Microsoft forced steam to think Linux and that has been really good for Linux. AMD has been open to Linux and that has been really good too. The more we get on our team, the better Linux will work.
Right now I think Linux is good enough for many and there is enough consumer irritation about Windows/Microsoft/BillGates/USA e.t.c. to move a lot of people in the direction of Linux. We even occasionally see gaming benchmarks where Linux does better than Windows in frame rates, which for sure motivates some hardcore gamers to move.
Sure, there will be issues, there will be some that get burnt, there will be frustrations on the newbies side and there will be some that would like more peace in the community, but isn't it as a whole for Linux better that we move as many over to Linux as possible? Better app selection? Better hardware support?
Right now, I think Linux needs open source marketing, we need to become good at making commercials the way the community made operating systems. We need to show what open and honest marketing looks like. We have video tools in Linux, we should show off what we can do with our tools in Linux, what great commercials we can make with Linux and just let diversity happen, let the best commercial survive and go viral.
Let's get every country in the world to do Like Norway, let's get to 20% desktop market share in all the other countries too!
https://gs.statcounter.com/os-market-share/desktop/norway/#monthly-200901-202507
https://redd.it/1mo07t8
@r_opensource
StatCounter Global Stats
Desktop Operating System Market Share Norway | Statcounter Global Stats
This graph shows the market share of desktop operating systems in Norway based on over 5 billion monthly page views.