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
🛡️ Find security pitfalls fast: heuristics + local AI (StarCoder2‑3B) — NeuralScan

\- 💻 Lightweight desktop code scanner with a minimal GUI. Fast heuristics + optional on-device AI explanations.

\- 🧭 What it flags: command exec, unsafe deserialization, weak crypto (MD5/SHA1/DES), destructive FS, secrets, network IOCs. Works on common source/configs (e.g., .py/.sh/Dockerfile).

\- 🤖 AI: bigcode/starcoder2‑3b via HF Transformers; local-only, with deterministic fallback when AI isn’t available.

\- 🐳 Optional Trivy integration (Docker) for dependency scanning. Safe degradation if Docker is off.

\- 📊 Outputs a security score, risk categories (with severity weighting), and keeps recent scan history locally.

\- 🧰 Cross‑platform (Linux/Win/macOS), Python 3.9+, MIT.

GitHub

https://redd.it/1mrteh0
@r_opensource
What are some cool open source projects where I can contribute ?

I am a full stack developer having 1.5 YOE but no projects in my resume, so it gets rejected everytime.

My skillset -
- Javanoscript
- Typenoscript
- Nodejs
- Nestjs
- ReactJS
- Postgres & Mongodb
- Sequelize & Momgoose
- Docker

I am more interested in backend.
Any help would be appreciated

Thanks in adv.


https://redd.it/1mrteef
@r_opensource
looking for FOSS alarm clock, for windows.

i used to use alarm clock pro alarm clock pro (paid) for some reason it glitched out in my old device and i was able to use the free trial eternally (LOL)

and since i switched to a new device, i have been looking for an alternative...
found Free Alarm Clock a run down version of (paid) Hot Alarm Clock , working fine but it was not able to play a flac audio file

was wondering if there was an opensource or free alternative for alarm clock pro, i mainly need features like to play audio files (.flac also) in loop (single/many),can autostart, can wake up from sleep, can run in background(stay alive in hidden icons- bottom right) if possible- can open files , can run timers with same output mechanism

features of this alarm clock pro
can autorun at startup and probably wake from sleep (has never let me down)
set multiple alarms, on and off them (basic function)

select the alarm time, and snooze timings for each snooze and frequency of alarms

play any audio,many A/V files (plays even flac!), customize volume of alarm too + more

change the loop and playback speed 😱

can shutdown/sleep at alarm , can open any? file or folder , create log, run shell command settings-shell command


freealarmclock

choose frequency, time, song (mp3), custom volume at time of alarm +(https://files.catbox.moe/4tzf3j.png)

https://redd.it/1mrx1p6
@r_opensource
I built a Markdown note-taking app for students and creators — and I’d love your feedback

**Hey everyone!**
I’d love to share a project I’ve been building over the past few years: **Alexandrie** 📚

It’s a web-based note-taking app designed primarily for **students**, but also great for **developers, content creators, and anyone** who writes a lot. The goal is to offer a **beautiful, intuitive interface** and produce clean, well-formatted documents—without the frustration of traditional tools like Word.

You can easily manage **hundreds of notes**, organize them into folders, export them, and boost your productivity with **custom snippets, markdown shortcuts**, and more.

# 🛠 Tech stack:

* Frontend: **Vue.js + Nuxt**
* Backend: **Go**
* File storage: **MinIO**

I’m currently the only developer working on it, but I’d love to have contributors! Whether you’re into coding, UI/UX, documentation, or just want to share feedback and suggestions, **you're very welcome to join** 🫶

👉 GitHub repo: [https://github.com/Smaug6739/Alexandrie](https://github.com/Smaug6739/Alexandrie)

If you like the idea, a on GitHub would mean a lot — and feel free to reach out if you want to get involved!

https://redd.it/1ms28bn
@r_opensource
Are there any chrome like apps for Android/iPhone?

Im saying like, let's say a messaging app, instead of having a "share live location" feature built into it, the app can have extensions that are community built additions. Are there apps like this?

https://redd.it/1ms8bde
@r_opensource
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