Opensource by Reddit – Telegram
Opensource by Reddit
21 subscribers
5 photos
2 videos
9.61K links
Reddit's ♨️ take on Open Source Technology.

Join the discussion ➡️ @opensource_chats

Channel Inquiries ➡️ @group_contacts_bot

👄 TIPS ➡️➡️➡️ https://news.1rj.ru/str/addlist/mB9fRZOHTUk5ZjZk

🌈 made possible by
@reddit2telegram
@r_channels
Download Telegram
Thinking about making Nextips open source, would you contribute?

I’ve been running Nextips , a social football predictions platform. I’m considering making it open source so anyone can contribute, improve it, and help grow the community.

Would you use it or contribute if I did? I’d love to hear your thoughts!

https://redd.it/1msk4x4
@r_opensource
Open Source Newbie

wanna de-googleize my whole life, where to start? I have some open-source tools that are so good and help so much on my daily life but I want to take it even further, any suggestions?

https://redd.it/1msj4qn
@r_opensource
PhasePad - Sickynote overlay software

Hi there!

been working on this little handy software for myself mostly but i sharing it on github for anyone who might find it useful, it called Phasepad. the idea was to create a hotkey accessible note taking platform that closes and open smoothly with the hotkey and provides support for multiple types of notes like images, text, tables ect

it also works with cloud save folders so you can work across multiple devices with it. its still very much a WIP but i hope someone finds it helpful

LINK: https://github.com/OwenModsTW/PhasePad

https://redd.it/1msmqd0
@r_opensource
Open source Java library for the LegiScan legislative API

I’ve been working on a small civic tech project that might be of interest: a Java adapter for the LegiScan API. It’s now on Maven Central and open sourced under MIT.

The library covers the full API, supports bulk caching of datasets, provides a simple CLI tool, and includes POJOs for type-safe JSON handling. You can use it either as a dependency or as a standalone fat jar.

GitHub repo: https://github.com/poliscore-us/legiscan

This is part of the larger PoliScore effort to make legislation more understandable and accessible (about). We also recently moved all PoliScore code into a dedicated GitHub org: https://github.com/poliscore-us/poliscore.

Would love feedback, or to hear if anyone else is working in the civic tech / legislative data space.

https://redd.it/1msq75y
@r_opensource
Debating about switching from AGPL 3.0 to Apache 2.0

I'm debating if I should make a certain package in my ecosystem Apache 2.0 - as opposed to it's current license being AGPL 3.0 - could use some input!

Background: The ecosystem I've built is replyke.com \- which is an open-source framework for building social products and implementing social features in existing products. It is built of the following building blocks:

1. Client side libraries - I've built 9 packages for implementing Replyke in ReactJS and React Native apps. Context providers, hooks, complete comment section UI and more - these are all available in a single monorepo under Apache 2.0
2. Express.js package - this is the one I am wondering about - it is all the server side logic. The implementation of all routes, models and controllers.
3. Hosted platform - dashboard for managing users, content, reports, analytics etc - this part is closed and will probably stay so (though I keep finding myself going more and more open source)

I am thinking about making the Express.js Replyke package also Apache 2.0 - but not sure what the right call is.

Is it currently affecting adoption that the express package is AGPL 3.0? Haven't had anyone say so, but I'm wondering.

The idea is that I provide the hosted version and AGPL 3.0 prevents others from also providing a hosted version, but for personal use anyone can use that.
Am I looking at it wrong? I am pretty fresh to the open source world as a contributor, and even Replyke didn't begin as open source, so I'd appreciate any input!

https://redd.it/1msplne
@r_opensource
OnionHoster v2.2 – Host any web project as a Tor hidden service in minutes 🚀

Hey everyone,

I’ve just released OnionHoster v2.2, a cross-platform noscript that lets you deploy any web project (static HTML, Flask, Next.js, Node.js, etc.) as a Tor hidden service with a single command.

No complex setup, no manual Tor configs — OnionHoster handles everything for you.

# 🔑 Key Features

 One-click setup – from zero to hidden service in under 2 minutes
🔄 Auto-updates – always stay on the latest version
💾 Backup & restore – keep your .onion addresses safe
🛠️ Dynamic app support – Next.js, Flask, Node.js, and more
🌍 Cross-platform – Linux, macOS, major distros supported

# 🎯 Who might find it useful?

Developers testing apps on Tor
Privacy advocates hosting anonymous services
Researchers studying dark web technologies
Businesses that need anonymous, secure hosting
Hobbyists curious about the Tor network

# 🚀 Quick Start

git clone https://github.com/BlackHatDevX/onionhoster.git
cd onionhoster
sudo bash onionhoster.sh

That’s it!, get your own .onion address instantly.

📹 I’ve attached a demo video within readme.md, in case you want to see it in action.

🔗 GitHub: https://github.com/BlackHatDevX/onionhoster

If you try it out, I’d love your feedback. And if you find it useful, consider giving the repo a to help others discover it!

https://redd.it/1mswuja
@r_opensource
New OS for my android

Greetings. I have a question to ask. I would like to change my mobile's OS (my current one is android) as my phone is pretty old but I want to squeeze a bit more life out of it but I feel all of the bloatware and my phone no longer receiving updates is slowing it down. I have a Xiaomi Redmi note 9. Do any of you know any mobile OSs that support a ride hailing app (preferably Bolt or Uber) and WhatsApp?

https://redd.it/1msykq3
@r_opensource
GitHub - alvinunreal/anxiety-aid-tools: Open source anxiety toolkit
https://github.com/alvinunreal/anxiety-aid-tools

https://redd.it/1mt3aij
@r_opensource
What if Linux Had Its Own Power BI Desktop? Open-Source Project Idea

Hey ,

So, after countless hours of frustration trying to get Power BI Desktop to run smoothly on Linux, I finally had that lightbulb moment:

Why not just build a proper alternative for Linux users?

That’s how this idea started — building an open-source, Linux-friendly alternative to Power BI Desktop.

Instead of fighting with workarounds, we could have a tool designed from the ground up for our ecosystem. And I’d love to build this together with the community.

Do you think Linux needs its own BI tool?

What features would you like to see if this project takes off?

Would anyone here be interested in contributing (coding, design, testing, ideas) ?


If this resonates with you, let’s start shaping this project as a community effort

https://redd.it/1mt54yq
@r_opensource
I made a basic opensource chess game

I just uploaded my first attempt on a chess game that I made using C++ and SFML 2.6.0! It's still a work in progress.

Find it here: [https://github.com/Drimiteros/Da-Chess](https://github.com/Drimiteros/Da-Chess)


** Features**

* All pawn movements (includes even complex ones like en passant, castling & pawn promotion)
* Basic evaluation system (takes into account material count, piece positioning and total available moves)
* Basic timer (Automatically stops/starts based on the turn)
* Piece sounds (boop, bap, pop)

 **Missing**

* Check
* Proper checkmate
* Ability to choose the piece you want for a promoted passed pawn

https://redd.it/1mt5vma
@r_opensource
Cross-platform RSS readers?

Looking for a good, cross-platform (specifically Android, Windows and Linux) RSS reader. Preferably FOSS, but paid open-source is fine too. Android app is a must (or at least a really really good PWA), but web-based reading is totally cool for Windows and Linux as long as everything syncs. May be open to self-hosting, but not trying to sink a bunch of time into getting things up and running.

I totally thought that something like this would exist, but searching for one has made it feel like I've been looking for a unicorn so far. Does anyone have any recommendations?

https://redd.it/1mt7hvz
@r_opensource
Ev_Ap - Event Attendance App Open Source

Hi, I just recently graduated as a Computer Science and I wanted to share this open source that I've been working on since I was in college.

[Ev\_Ap](https://github.com/TriangleBear/Ev_Ap)

I made this for my organization to lessen or completely not using papers in events. The main purpose of this is to automate the attendance by using a NFC card (a custom card that is given to members that joined the organization), instead of the members having to write their names in a piece of paper for attendance or register for an upcoming event, they will just tap the NFC card and get to the event.

The features are still in progress or partially working:
\- Registration of New Members
\- Creating Events (for automated attendance)
\- Marking Attendance
\- Exporting Data (Registration, Attendees, Members, Points of Member)

Please do check my repo and help me maintain, crash bugs, add features.
In advance, Thank you for the help.

https://redd.it/1mtad31
@r_opensource
RFC: If At First You Don't Succeed....

Requesting feedback and comments on my weekend opensource project. It's the first time I've ever created oss so be brutal. Also looking for pointers on great discord groups to post in to raise awareness.


https://github.com/marketplace/actions/ai-release-bot


I originally built an AI blog analyzer tool and launched with limited interest. Rebuilt it this weekend based on feedback into an opensource top level funnel tool for software projects. The goal is to gather all release details for projects and create a ready-to-post blog to help drive top level awareness for the project.


So far I've completed an MVP. It's tailored towards Rest based projects with an OpenAPI spec sheet as that's my primary workload as an engineer. The goal is to make it robust and dynamic to handle all types of projects. Also pull in better context about projects and changes.

https://redd.it/1mtb7w5
@r_opensource