POOM - ESP32-C5 devicewith Qwiic/I2C for Adafruit sensors + built-in wireless security tools - launching tomorrow- OPENSOURCE Hardware+Firmware
👋 Small engineering team here.
We've been working on POOM – a multitool for pentesting, making..
What it does:
Sniffs Wi-Fi 6 + BLE 5.x + Zigbee/Thread/Matter simultaneously
PCAP/PCAPNG export (Wireshark-ready)
NFC + HF-RFID emulation and storage
100+ Qwiic sensor compatibility (for IoT dev)
Four modes: Maker, Beast (pentesting), Gamer, Zen
Built on ESP32-C5 (since the community asked for Wi-Fi 5Ghz)
Pocket-sized. Has unnecessary RGB LEDs because obviously.
Launching on Kickstarter in Tomorrow, see demos on our social media accounts here
https://redd.it/1qca82q
@r_opensource
👋 Small engineering team here.
We've been working on POOM – a multitool for pentesting, making..
What it does:
Sniffs Wi-Fi 6 + BLE 5.x + Zigbee/Thread/Matter simultaneously
PCAP/PCAPNG export (Wireshark-ready)
NFC + HF-RFID emulation and storage
100+ Qwiic sensor compatibility (for IoT dev)
Four modes: Maker, Beast (pentesting), Gamer, Zen
Built on ESP32-C5 (since the community asked for Wi-Fi 5Ghz)
Pocket-sized. Has unnecessary RGB LEDs because obviously.
Launching on Kickstarter in Tomorrow, see demos on our social media accounts here
https://redd.it/1qca82q
@r_opensource
Kickstarter
Coming soon: POOM: Pentest, Play, Create
A multitool for makers, ethical hackers, gamers and creators. Open-source, Qwiic-ready, and capable of becoming anything you want.
Built an Unofficial Upstox Mutual Funds API
Hey folks,
I built an unofficial REST API wrapper for Upstox’s mutual fund data using Node.js and Express. Thought I’d share in case anyone finds it useful or wants to contribute.
What it does:
Fetch detailed mutual fund info (NAV, returns, holdings, etc.)
Search funds by keywords/filters
Get historical NAV data
Fast, lightweight server built with Express
Repo: GitHub – Upstox Mutual Funds API (Unofficial)
Note: It scrapes public data from Upstox MF pages. Unofficial, not affiliated with them. Please use responsibly.
Happy to get feedback or suggestions. PRs welcome!
https://redd.it/1qchn7v
@r_opensource
Hey folks,
I built an unofficial REST API wrapper for Upstox’s mutual fund data using Node.js and Express. Thought I’d share in case anyone finds it useful or wants to contribute.
What it does:
Fetch detailed mutual fund info (NAV, returns, holdings, etc.)
Search funds by keywords/filters
Get historical NAV data
Fast, lightweight server built with Express
Repo: GitHub – Upstox Mutual Funds API (Unofficial)
Note: It scrapes public data from Upstox MF pages. Unofficial, not affiliated with them. Please use responsibly.
Happy to get feedback or suggestions. PRs welcome!
https://redd.it/1qchn7v
@r_opensource
GitHub
GitHub - uditya2004/Upstocks-API: Unofficial REST API for Upstox mutual fund data - scrapes fund pages to deliver NAV, returns…
Unofficial REST API for Upstox mutual fund data - scrapes fund pages to deliver NAV, returns, holdings, and search via clean JSON endpoints. - uditya2004/Upstocks-API
I built a storage engine in rust that guarantees data resilience
https://github.com/crushr3sist/blockframe-rs
Hi everyone! I wanted to share a project I’ve been working on called blockframe-rs.
It is a custom storage engine built entirely in pure Rust, designed around multi-hierarchical chunking with segmentation. My main goal was to solve reliability issues without compromising accessibility, so I’ve implemented RS erasure coding to ensure zero data loss risk, even in the event of partial corruption.
make the data actually usable, I built a service layer that integrates with FUSE (on Linux) and WinFSP (on Windows). This allows the segmented chunks to be mounted and accessed as a standard filesystem, providing full file representation transparently to the user.
I’m currently looking for feedback on the architecture and the erasure coding implementation. If you’re interested in systems programming or storage engines, I’d love to hear your thoughts!
REPOST: original got deleted :P
https://redd.it/1qcin7c
@r_opensource
https://github.com/crushr3sist/blockframe-rs
Hi everyone! I wanted to share a project I’ve been working on called blockframe-rs.
It is a custom storage engine built entirely in pure Rust, designed around multi-hierarchical chunking with segmentation. My main goal was to solve reliability issues without compromising accessibility, so I’ve implemented RS erasure coding to ensure zero data loss risk, even in the event of partial corruption.
make the data actually usable, I built a service layer that integrates with FUSE (on Linux) and WinFSP (on Windows). This allows the segmented chunks to be mounted and accessed as a standard filesystem, providing full file representation transparently to the user.
I’m currently looking for feedback on the architecture and the erasure coding implementation. If you’re interested in systems programming or storage engines, I’d love to hear your thoughts!
REPOST: original got deleted :P
https://redd.it/1qcin7c
@r_opensource
GitHub
GitHub - crushr3sist/blockframe-rs: Self-healing erasure-coded storage engine with transparent filesystem mounting. Reed-Solomon…
Self-healing erasure-coded storage engine with transparent filesystem mounting. Reed-Solomon fault tolerance in a single binary - crushr3sist/blockframe-rs
Player of the non-profit student radio
Hi.
For some time now, our radio has had an application written in Flutter, which allows you to listen to our technical university's student radio station.
At the moment the app has:
Player
Displaying what program is currently on
Displaying the above information in the system player (at the very top of notifications).
A subpage with the program schedule (when launched, the application scraps the radio page with the weekly program schedule).
A subpage with statistics on how many minutes/hours you have been listening to the radio since installing the application
Push notification logic for: no connection to the streaming server, interruption of the listener's internet connection, no internet on the listener's device at startup
For those who have not accepted push notifications, a notification (widget) with these alerts appears at the top of the screen when there is a problem.
In progress:
Possibility to report an error, possibility to send information about the currently listened program via e.g. Messenger
More extensive statistics, namely the duration of the longest session, the duration of the shortest session, the day on which you listen to the radio most often
Possibility to like a program in the schedule that interests the listener and notify him that his liked program will start in e.g. 5 minutes
Now the question is, what else would be useful to add to the radio app?
https://redd.it/1qcjjzm
@r_opensource
Hi.
For some time now, our radio has had an application written in Flutter, which allows you to listen to our technical university's student radio station.
At the moment the app has:
Player
Displaying what program is currently on
Displaying the above information in the system player (at the very top of notifications).
A subpage with the program schedule (when launched, the application scraps the radio page with the weekly program schedule).
A subpage with statistics on how many minutes/hours you have been listening to the radio since installing the application
Push notification logic for: no connection to the streaming server, interruption of the listener's internet connection, no internet on the listener's device at startup
For those who have not accepted push notifications, a notification (widget) with these alerts appears at the top of the screen when there is a problem.
In progress:
Possibility to report an error, possibility to send information about the currently listened program via e.g. Messenger
More extensive statistics, namely the duration of the longest session, the duration of the shortest session, the day on which you listen to the radio most often
Possibility to like a program in the schedule that interests the listener and notify him that his liked program will start in e.g. 5 minutes
Now the question is, what else would be useful to add to the radio app?
https://redd.it/1qcjjzm
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Scoped Access for Oauth Tokens · nextcloud/server - Needs your upvote!
https://github.com/nextcloud/server/issues/26233
https://redd.it/1qcjg9x
@r_opensource
https://github.com/nextcloud/server/issues/26233
https://redd.it/1qcjg9x
@r_opensource
GitHub
Scoped Access for Oauth Tokens · Issue #26233 · nextcloud/server
How to support this request? Please use the 👍 reaction to show that you are also in favor of this feature - we are using this information to decide which features to include in upcoming Nextcloud v...
Open source CLI - detect environment variables JS/TS
Have you ever run into issues with enviroment variables in JS/TS projects?
I have, a lot - especially issues that only shows up at runtime or fail silently.
That’s why i build this npm CLI package.
It’s optimized for Sveltekit and Next.js but also works well in moderen JS/TS projects
I’m at a point now where i’m trying to make it more open source friendly - så any feedback on how i can improve that is very welcome.
GitHub link: https://github.com/Chrilleweb/dotenv-diff
https://redd.it/1qclncq
@r_opensource
Have you ever run into issues with enviroment variables in JS/TS projects?
I have, a lot - especially issues that only shows up at runtime or fail silently.
That’s why i build this npm CLI package.
It’s optimized for Sveltekit and Next.js but also works well in moderen JS/TS projects
I’m at a point now where i’m trying to make it more open source friendly - så any feedback on how i can improve that is very welcome.
GitHub link: https://github.com/Chrilleweb/dotenv-diff
https://redd.it/1qclncq
@r_opensource
GitHub
GitHub - Chrilleweb/dotenv-diff: Validate environment variable usage in your codebase
Validate environment variable usage in your codebase - Chrilleweb/dotenv-diff
I built an open-source OAuth Mock Server for E2E testing
Testing "Login with X" in E2E tests is a nightmare because of 2FA, Captchas, and rate limits. I got tired of expensive tools or complex local setups, so I built a free, drop-in replacement.
How it works:
You just swap your provider URL (e.g., Google's auth URL) with in your test environment. It simulates the happy path and redirects back to your app successfully. [`https://oauth.kogiqa.com/`](https://oauth.kogiqa.com/)
Features:
* Works with Google, Microsoft, GitHub, Facebook, etc.
* Custom Data:You can inject mock user info via URL params (e.g., `?name=QA_Bot&email=qa@example.org`).
* 100% Free & Open Source.
Check it out and let me know if I missed any providers you need!
Repo: [https://github.com/atagon-GmbH/oAuth-mock](https://github.com/atagon-GmbH/oAuth-mock)
https://redd.it/1qcmx1y
@r_opensource
Testing "Login with X" in E2E tests is a nightmare because of 2FA, Captchas, and rate limits. I got tired of expensive tools or complex local setups, so I built a free, drop-in replacement.
How it works:
You just swap your provider URL (e.g., Google's auth URL) with in your test environment. It simulates the happy path and redirects back to your app successfully. [`https://oauth.kogiqa.com/`](https://oauth.kogiqa.com/)
Features:
* Works with Google, Microsoft, GitHub, Facebook, etc.
* Custom Data:You can inject mock user info via URL params (e.g., `?name=QA_Bot&email=qa@example.org`).
* 100% Free & Open Source.
Check it out and let me know if I missed any providers you need!
Repo: [https://github.com/atagon-GmbH/oAuth-mock](https://github.com/atagon-GmbH/oAuth-mock)
https://redd.it/1qcmx1y
@r_opensource
How do yall publish executables signed?
Hey yall,
I have been working on a few open source apps like recently a mod manager for restaurats but I ran into an interesting issue. How do I sign the exe? What's a good trust to sign up with?
Is azure artifact signing the best option?
https://redd.it/1qcnqv0
@r_opensource
Hey yall,
I have been working on a few open source apps like recently a mod manager for restaurats but I ran into an interesting issue. How do I sign the exe? What's a good trust to sign up with?
Is azure artifact signing the best option?
https://redd.it/1qcnqv0
@r_opensource
CareDay: A Simple, Open-Source App for Home Daycares
I built a tiny app called CareDay for us ❤️ — we run a licensed home daycare.
We just wanted a simple way to share daily updates with parents: how the kids’ day went, activities, meals, and any important notes. When we looked around, most solutions were full-blown SaaS platforms with monthly fees and far more features than a small home daycare actually needs.
So we built something just for our use case.
CareDay is a lightweight, self-hosted app made specifically for home daycare providers — simple, private, and easy to use. No subnoscriptions. No bloat. You own your data.
Simplicity is the core, especially when it comes to daily tracking and reporting.
We’ve now released it as open source, and we plan to keep improving it over time by adding features that actually support home daycare providers—without sacrificing ease of use.
It was also a fun challenge for us to step into a completely different domain and use our technical skills to solve a real, everyday problem.
If you run (or know someone who runs) a home daycare and care about simplicity, privacy, and data ownership, this might be useful for you.
The repository Url:
https://github.com/sujiar37/CareDay
I’d love any feedback and would be happy to answer any questions you may have 🙌
https://redd.it/1qcq95o
@r_opensource
I built a tiny app called CareDay for us ❤️ — we run a licensed home daycare.
We just wanted a simple way to share daily updates with parents: how the kids’ day went, activities, meals, and any important notes. When we looked around, most solutions were full-blown SaaS platforms with monthly fees and far more features than a small home daycare actually needs.
So we built something just for our use case.
CareDay is a lightweight, self-hosted app made specifically for home daycare providers — simple, private, and easy to use. No subnoscriptions. No bloat. You own your data.
Simplicity is the core, especially when it comes to daily tracking and reporting.
We’ve now released it as open source, and we plan to keep improving it over time by adding features that actually support home daycare providers—without sacrificing ease of use.
It was also a fun challenge for us to step into a completely different domain and use our technical skills to solve a real, everyday problem.
If you run (or know someone who runs) a home daycare and care about simplicity, privacy, and data ownership, this might be useful for you.
The repository Url:
https://github.com/sujiar37/CareDay
I’d love any feedback and would be happy to answer any questions you may have 🙌
https://redd.it/1qcq95o
@r_opensource
GitHub
GitHub - sujiar37/CareDay: CareDay is an open-source mobile application designed for home daycare providers to record daily care…
CareDay is an open-source mobile application designed for home daycare providers to record daily care activities for children in a simple and organized way. - sujiar37/CareDay
Keyboard-oriented Zsweep | Finding contributors | Vim-motions
https://zsweep.com
https://redd.it/1qcq6vm
@r_opensource
https://zsweep.com
https://redd.it/1qcq6vm
@r_opensource
I built an open-source software, offline Batch Upscaling (Image/Video), BG Removal, and more
Hey everyone! I just released v2.0 of LABOKit, a desktop app I've been working on.
I was tired of uploading my images to random websites just to remove a background or upscale a photo, so I built this tool to do everything locally on my machine, also... can do batch upload/process!
Key Features:
- 100% Offline: Powered by local AI models (rembg, Real-ESRGAN).
- Batch Processing: Process multiple images at once.
- Upscaling Performance: Supports both Vulkan (GPU) and PyTorch (CPU) for non-GPU users.
- New Plugins: Includes a QR Code Generator, Quick Vectorizer (Image to SVG), and Dithering FX.
- Steins;Gate Theme: Because I love the anime, I added a Divergence Meter UI style.
It's fully open-source. I'd love to hear your feedback or suggestions!
For details check the repository: GitHub
https://redd.it/1qctc6k
@r_opensource
Hey everyone! I just released v2.0 of LABOKit, a desktop app I've been working on.
I was tired of uploading my images to random websites just to remove a background or upscale a photo, so I built this tool to do everything locally on my machine, also... can do batch upload/process!
Key Features:
- 100% Offline: Powered by local AI models (rembg, Real-ESRGAN).
- Batch Processing: Process multiple images at once.
- Upscaling Performance: Supports both Vulkan (GPU) and PyTorch (CPU) for non-GPU users.
- New Plugins: Includes a QR Code Generator, Quick Vectorizer (Image to SVG), and Dithering FX.
- Steins;Gate Theme: Because I love the anime, I added a Divergence Meter UI style.
It's fully open-source. I'd love to hear your feedback or suggestions!
For details check the repository: GitHub
https://redd.it/1qctc6k
@r_opensource
GitHub
GitHub - wagakano/LABOKit: LABOKit is a modular desktop tool for offline image processing Built with Python (PySide6), it aims…
LABOKit is a modular desktop tool for offline image processing Built with Python (PySide6), it aims to provide a fast, simple, and user-friendly batch-processing workflow with a retro "Ste...
Working on a Roblox alternative, its open source and federated! Would like to hear your thoughts.
https://github.com/OkutuProject
https://redd.it/1qcvm1w
@r_opensource
https://github.com/OkutuProject
https://redd.it/1qcvm1w
@r_opensource
GitHub
Okutu
Free and Open Source, federated game platform. Okutu has 2 repositories available. Follow their code on GitHub.
built liqgui - glassmorphism UI components with spring physics (inspired by iOS liquid glass)
https://github.com/bymehul/liqgui
https://redd.it/1qcx04x
@r_opensource
https://github.com/bymehul/liqgui
https://redd.it/1qcx04x
@r_opensource
GitHub
GitHub - bymehul/liqgui: Glassmorphism UI components with spring physics. Zero dependencies.
Glassmorphism UI components with spring physics. Zero dependencies. - bymehul/liqgui
I built a Modern Satellite Orbit Propagation Service powered by U.S. Space Force SGP4/SGP4-XP orbital propagator
Hello, I'd appreciate any thoughts, suggestions, or critique you might have.
Thanks in advance!
"Modern Satellite Orbit Propagation as Service. Poweful gRPC API for 🇺🇸 ultra-precised U.S. Space Force (USSF) SGP4/SGP4-XP propagator. Catalog-scale satellite processing , ephemeris generation, built-in memory management. Written in Go"
https://github.com/xpropagation/xpropagator
https://redd.it/1qcz8ma
@r_opensource
Hello, I'd appreciate any thoughts, suggestions, or critique you might have.
Thanks in advance!
"Modern Satellite Orbit Propagation as Service. Poweful gRPC API for 🇺🇸 ultra-precised U.S. Space Force (USSF) SGP4/SGP4-XP propagator. Catalog-scale satellite processing , ephemeris generation, built-in memory management. Written in Go"
https://github.com/xpropagation/xpropagator
https://redd.it/1qcz8ma
@r_opensource
GitHub
GitHub - xpropagation/xpropagator: USSF SGP4/SGP4-XP orbital propagator gRPC API, single propagation, ephemeris generation, built…
USSF SGP4/SGP4-XP orbital propagator gRPC API, single propagation, ephemeris generation, built-in AstroStd lib memory management. Written in Go - xpropagation/xpropagator
GNU Hurd doesn't not yet support UEFI
I wish they would so I could test it. --Debian GNU Hurd 64 bit.
https://redd.it/1qd3l6k
@r_opensource
I wish they would so I could test it. --Debian GNU Hurd 64 bit.
https://redd.it/1qd3l6k
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
The OSPO Virtual Event
https://www.punch-tape.com/events/ospo-virtual-event
https://redd.it/1qcznwh
@r_opensource
https://www.punch-tape.com/events/ospo-virtual-event
https://redd.it/1qcznwh
@r_opensource
punchtape.com
OSPO Conference — punchtape.com
A 3-hour virtual event for OSPO leaders covering how to start an Open Source Program Office, common challenges, governance, and scaling open source.
Looking for contributors to help build an open-source visual archiving tool (Firefox Extension + Dashboard)
Hey everyone 👋
I’m currently working on MorgiFile, an open-source, non-commercial project designed to help users (especially designers) archive, categorize, and manage images from the web.
MorgiFile consists of a Firefox extension that allows you to save images via right-click, a local Python backend, and a web-based dashboard where saved images can be managed by categories. The project is currently in Beta and fully functional, but still open for improvement.
I’m a designer building this project mostly on my own, with basic coding knowledge and a lot of AI assistance. Because of this, parts of the code could definitely be improved and cleaned up.
I’m looking for volunteer contributors who would like to help with:
\-Code optimization and refactoring
\-Improving project structure and maintainability
\-General feature polish and cleanup
This is a fully volunteer-based, non-commercial project, and there is no financial compensation involved.
Whether you’re a beginner looking to contribute to open source or an experienced developer who enjoys improving existing code, all contributions are very welcome.
There are already issues labeled "Help wanted:" to help you get started.
🔗 GitHub: https://github.com/EmirYLMZ128/Morgifile-FirefoxExtension-Dashboard--Beta
Feel free to jump in and contribute in any way you like.
https://redd.it/1qd4v1z
@r_opensource
Hey everyone 👋
I’m currently working on MorgiFile, an open-source, non-commercial project designed to help users (especially designers) archive, categorize, and manage images from the web.
MorgiFile consists of a Firefox extension that allows you to save images via right-click, a local Python backend, and a web-based dashboard where saved images can be managed by categories. The project is currently in Beta and fully functional, but still open for improvement.
I’m a designer building this project mostly on my own, with basic coding knowledge and a lot of AI assistance. Because of this, parts of the code could definitely be improved and cleaned up.
I’m looking for volunteer contributors who would like to help with:
\-Code optimization and refactoring
\-Improving project structure and maintainability
\-General feature polish and cleanup
This is a fully volunteer-based, non-commercial project, and there is no financial compensation involved.
Whether you’re a beginner looking to contribute to open source or an experienced developer who enjoys improving existing code, all contributions are very welcome.
There are already issues labeled "Help wanted:" to help you get started.
🔗 GitHub: https://github.com/EmirYLMZ128/Morgifile-FirefoxExtension-Dashboard--Beta
Feel free to jump in and contribute in any way you like.
https://redd.it/1qd4v1z
@r_opensource
GitHub
GitHub - EmirYLMZ128/Morgifile-FirefoxExtension-Dashboard--Beta: Morgifile, web üzerindeki görselleri hızlıca arşivlemek ve kategorize…
Morgifile, web üzerindeki görselleri hızlıca arşivlemek ve kategorize etmek için geliştirilmiş Firefox eklentisi + web dashboard tabanlı bir uygulamadır - EmirYLMZ128/Morgifile-FirefoxExtension-Das...
Atlas agent replacement?
know there is chrome , I know there is play right
Nothing comes close to atlas with agent, is there anything out there that does driver injection controlling keyboard and mouse with everything else atlas agent does?
Thanks
https://redd.it/1qcysqs
@r_opensource
know there is chrome , I know there is play right
Nothing comes close to atlas with agent, is there anything out there that does driver injection controlling keyboard and mouse with everything else atlas agent does?
Thanks
https://redd.it/1qcysqs
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
MosaicGrid – Easy Mosaic Grid Layouts for SwiftUI Apps
I’ve been building an open-source SwiftUI library called MosaicGrid. It helps you make custom mosaic-style grid layouts in SwiftUI without fighting the default grid views.
It supports both horizontal and vertical layouts, with control over how big each tile is, how tiles line up, and how much space sits between them. There are small helpers, like spacer tiles, so you can shape the grid and leave empty cells where you need them.
https://github.com/hainayanda/MosaicGrid
Feedback, ideas, and contributions on the repo are welcome.
https://redd.it/1qd8xjp
@r_opensource
I’ve been building an open-source SwiftUI library called MosaicGrid. It helps you make custom mosaic-style grid layouts in SwiftUI without fighting the default grid views.
It supports both horizontal and vertical layouts, with control over how big each tile is, how tiles line up, and how much space sits between them. There are small helpers, like spacer tiles, so you can shape the grid and leave empty cells where you need them.
https://github.com/hainayanda/MosaicGrid
Feedback, ideas, and contributions on the repo are welcome.
https://redd.it/1qd8xjp
@r_opensource
GitHub
GitHub - hainayanda/MosaicGrid: MosaicGrid is a SwiftUI library that provides both horizontal and vertical mosaic grid views, along…
MosaicGrid is a SwiftUI library that provides both horizontal and vertical mosaic grid views, along with utility functions for customizing view tile sizes and placement. These components allow you ...