Wingfoil - the ultra-low latency data streaming framework built in Rust
Hi,
we've just launched Wingfoil, an open source, ultra-low latency data streaming framework built in Rust, and we're looking for feedback and / or contributors.
You can find Wingfoil on crates and Github.
Wingfoil is highly scalable and simple to use - it has a user-friendly API and easily integrates with existing tools. Wingfoil is built in Rust, but has browser bindings in Python and integrates with Tokio to simplify the setup of asynchronous I/O adapters.
Let us know what you think.
https://redd.it/1p73tyf
@r_opensource
Hi,
we've just launched Wingfoil, an open source, ultra-low latency data streaming framework built in Rust, and we're looking for feedback and / or contributors.
You can find Wingfoil on crates and Github.
Wingfoil is highly scalable and simple to use - it has a user-friendly API and easily integrates with existing tools. Wingfoil is built in Rust, but has browser bindings in Python and integrates with Tokio to simplify the setup of asynchronous I/O adapters.
Let us know what you think.
https://redd.it/1p73tyf
@r_opensource
What are the Indian-origin Open Source shopping cart systems like Magento or WooCommerce?
What Indian-origin open-source shopping cart systems are available that offer capabilities similar to global platforms like Magento or WooCommerce? I’m looking for solutions developed in India that provide flexibility, strong customization options, marketplace support, and community-driven development for building scalable eCommerce stores.
https://redd.it/1p75x49
@r_opensource
What Indian-origin open-source shopping cart systems are available that offer capabilities similar to global platforms like Magento or WooCommerce? I’m looking for solutions developed in India that provide flexibility, strong customization options, marketplace support, and community-driven development for building scalable eCommerce stores.
https://redd.it/1p75x49
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
[Pre-release] We're opensourcing our entire AI Middleware stack, as the other existing ones weren't fitting the bill or had too many issues to work around.
https://github.com/rootflo/wavefront
https://redd.it/1p76t4v
@r_opensource
https://github.com/rootflo/wavefront
https://redd.it/1p76t4v
@r_opensource
GitHub
GitHub - rootflo/wavefront: 🔥🔥🔥 Enterprise AI middleware, alternative to unifyapps, n8n, lyzr
🔥🔥🔥 Enterprise AI middleware, alternative to unifyapps, n8n, lyzr - rootflo/wavefront
Released: Torrra v2 - a fast, modern terminal torrent search & download tool
Hey everyone!
I’ve just shipped **Torrra v2**, a big upgrade to my TUI torrent search/download tool built with Python & Textual.
**What’s new in v2:**
* Faster UI + smoother navigation
* Improved search experience
* Better multi-torrent downloads
* Cleaner indexer integration
* Polished layout + quality-of-life tweaks
I cannot post the full intro video here, so please check this out,
Full video: [https://youtu.be/NzE9XagFBsY](https://youtu.be/NzE9XagFBsY)
Torrra lets you connect to your own indexer (Jackett/Prowlarr), browse results, and download either via libtorrent or your external client; all from a nice terminal interface.
If you want to try it or check out the code:
**GitHub:** [github.com/stabldev/torrra](http://github.com/stabldev/torrra)
Feedback, ideas, and PRs are welcome!
https://redd.it/1p77q5p
@r_opensource
Hey everyone!
I’ve just shipped **Torrra v2**, a big upgrade to my TUI torrent search/download tool built with Python & Textual.
**What’s new in v2:**
* Faster UI + smoother navigation
* Improved search experience
* Better multi-torrent downloads
* Cleaner indexer integration
* Polished layout + quality-of-life tweaks
I cannot post the full intro video here, so please check this out,
Full video: [https://youtu.be/NzE9XagFBsY](https://youtu.be/NzE9XagFBsY)
Torrra lets you connect to your own indexer (Jackett/Prowlarr), browse results, and download either via libtorrent or your external client; all from a nice terminal interface.
If you want to try it or check out the code:
**GitHub:** [github.com/stabldev/torrra](http://github.com/stabldev/torrra)
Feedback, ideas, and PRs are welcome!
https://redd.it/1p77q5p
@r_opensource
YouTube
Torrra v2 Introduction
Torrra v2 is a fast and modern terminal based torrent search and download tool built with Python and Textual. This update improves performance, navigation, search flow, multi torrent support, and the overall user experience.
In this video I walk through…
In this video I walk through…
What’s an example of a big open-source *app*?
We’ve all seen plenty of open-source libraries and smaller utilities.
Those codebases are quite different from production apps that have all the things:
* billing
* feature flags
* CI flows
* schemas & migrations
* APIs
* component libraries
* e2e tests
* cli
* doc site
* shared utilities
* etc
I think the [Excalidraw](https://github.com/excalidraw/excalidraw), [Cal](https://github.com/calcom/cal.com), and [Posthog](https://github.com/PostHog/posthog) repos are well-structured, for example.
But there’s gotta be more good ones.
Any repos you'd recommend I check out?
(Trying to build some good mental models as my [open-source calendar](https://github.com/SwitchbackTech/compass) app grows to avoid some pain)
https://redd.it/1p77ol0
@r_opensource
We’ve all seen plenty of open-source libraries and smaller utilities.
Those codebases are quite different from production apps that have all the things:
* billing
* feature flags
* CI flows
* schemas & migrations
* APIs
* component libraries
* e2e tests
* cli
* doc site
* shared utilities
* etc
I think the [Excalidraw](https://github.com/excalidraw/excalidraw), [Cal](https://github.com/calcom/cal.com), and [Posthog](https://github.com/PostHog/posthog) repos are well-structured, for example.
But there’s gotta be more good ones.
Any repos you'd recommend I check out?
(Trying to build some good mental models as my [open-source calendar](https://github.com/SwitchbackTech/compass) app grows to avoid some pain)
https://redd.it/1p77ol0
@r_opensource
GitHub
GitHub - excalidraw/excalidraw: Virtual whiteboard for sketching hand-drawn like diagrams
Virtual whiteboard for sketching hand-drawn like diagrams - excalidraw/excalidraw
I built a CLI tool to backup my GitHub repos (issues, wikis, releases) because I was paranoid about losing data
Hello . I've been working on a Python CLI tool called [Farmore](https://github.com/miztizm/farmore) to help automate backing up GitHub data. I realized that while `git clone` is great for code, it doesn't really save the "metadata" like issues, releases, and wikis that I use for project management.
I built this to be a simple "set and forget" tool. It runs concurrently, so it’s pretty fast even if you have a lot of repos. It handles:
* Cloning/Updating repos
* Exporting issues and wikis
* Downloading releases
It’s open source, and I’d love to hear if there are any edge cases I missed or features that would make it more useful for your workflows.
https://redd.it/1p79phc
@r_opensource
Hello . I've been working on a Python CLI tool called [Farmore](https://github.com/miztizm/farmore) to help automate backing up GitHub data. I realized that while `git clone` is great for code, it doesn't really save the "metadata" like issues, releases, and wikis that I use for project management.
I built this to be a simple "set and forget" tool. It runs concurrently, so it’s pretty fast even if you have a lot of repos. It handles:
* Cloning/Updating repos
* Exporting issues and wikis
* Downloading releases
It’s open source, and I’d love to hear if there are any edge cases I missed or features that would make it more useful for your workflows.
https://redd.it/1p79phc
@r_opensource
GitHub
GitHub - miztizm/farmore: Farmore is a comprehensive Python CLI tool for backing up GitHub repositories and their associated data.…
Farmore is a comprehensive Python CLI tool for backing up GitHub repositories and their associated data. Clone repositories, export issues, download releases, backup wikis, and more — all with a si...
Curious how others handle open-source office tools in their workflow
I’ve been trying to move more of my daily tools into the open-source ecosystem, especially for document editing and collaboration. I experimented with ONLYOFFICE recently inside a self-hosted setup, mostly to see how well it fits into an open-source workflow, and it’s been smoother than I expected.
Before I commit to it fully, I wanted to ask the community:
What open-source office or document tools have you found reliable for everyday work?
I'm less interested in “best of all time” lists and more in real experiences, what actually holds up over months of use, how updates affect stability, and which tools integrate well into larger self-hosted or open-source environments.
Would love to hear what’s been working (or not working) for you.
https://redd.it/1p79cmh
@r_opensource
I’ve been trying to move more of my daily tools into the open-source ecosystem, especially for document editing and collaboration. I experimented with ONLYOFFICE recently inside a self-hosted setup, mostly to see how well it fits into an open-source workflow, and it’s been smoother than I expected.
Before I commit to it fully, I wanted to ask the community:
What open-source office or document tools have you found reliable for everyday work?
I'm less interested in “best of all time” lists and more in real experiences, what actually holds up over months of use, how updates affect stability, and which tools integrate well into larger self-hosted or open-source environments.
Would love to hear what’s been working (or not working) for you.
https://redd.it/1p79cmh
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
AgentSudo - Permission system for AI agents.
I’m excited to share **AgentSudo**, a small open-source permission system for AI agents.
# What My Project Does
AgentSudo lets you **assign scoped permissions** to AI agents and protect Python functions using a decorator — just like the `sudo` command in Unix.
Example:
from agentsudo import Agent, sudo
support_bot = Agent(
name="SupportBot",
scopes=["read:orders", "write:refunds"]
)
analytics_bot = Agent(
name="AnalyticsBot",
scopes=["read:orders"]
)
(scope="write:refunds")
def process_refund(order_id, amount):
print(f"Refunded ${amount} for {order_id}")
# Support bot can process refunds
with support_bot.start_session():
process_refund("order_123", 50) # ✅ Allowed
# Analytics bot cannot
with analytics_bot.start_session():
process_refund("order_456", 25) # ❌ PermissionDeniedError
The idea is to prevent real damage when LLM-based agents hallucinate or call unsafe tools.
# Target Audience
AgentSudo is for:
* Developers using AI agents in **production** (customer support bots, automation, internal tools)
* People working with **LangChain, AutoGen, LlamaIndex**, or custom multi-agent frameworks
* Anyone who needs **least-privilege** execution for AI
* Researchers exploring **AI safety / tool use** in practical applications
It works in any Python project that calls functions “on behalf” of an agent.
# Comparison to Existing Alternatives
Most existing AI frameworks (LangChain, AutoGen, semantic tool-use wrappers):
* Provide *tool calling* but **not real permission boundaries**
* Rely on LLM instructions like “don’t delete the database,” which aren't reliable
* Use a **single API key** for all agents
* Have no built-in audit trail or scope enforcement
AgentSudo is:
* **Framework-agnostic** (wraps normal Python functions)
* **Super lightweight** (no infra, no cloud, no lock-in)
* **Declarative** — you define scopes once per agent
* Inspired by real security patterns like OAuth scopes & sudo privileges
# Links
* **GitHub:** [https://github.com/xywa23/agentsudo](https://github.com/xywa23/agentsudo)
* **PyPI:** [https://pypi.org/project/agentsudo](https://pypi.org/project/agentsudo)
* **Product Hunt launch:** [https://www.producthunt.com/products/agentsudo](https://www.producthunt.com/products/agentsudo)
It’s MIT-licensed — feedback, criticism, PRs, or ideas are very welcome.
Thanks! 🙌[](https://www.reddit.com/submit/?source_id=t3_1p7ckwi)
https://redd.it/1p7drg1
@r_opensource
I’m excited to share **AgentSudo**, a small open-source permission system for AI agents.
# What My Project Does
AgentSudo lets you **assign scoped permissions** to AI agents and protect Python functions using a decorator — just like the `sudo` command in Unix.
Example:
from agentsudo import Agent, sudo
support_bot = Agent(
name="SupportBot",
scopes=["read:orders", "write:refunds"]
)
analytics_bot = Agent(
name="AnalyticsBot",
scopes=["read:orders"]
)
(scope="write:refunds")
def process_refund(order_id, amount):
print(f"Refunded ${amount} for {order_id}")
# Support bot can process refunds
with support_bot.start_session():
process_refund("order_123", 50) # ✅ Allowed
# Analytics bot cannot
with analytics_bot.start_session():
process_refund("order_456", 25) # ❌ PermissionDeniedError
The idea is to prevent real damage when LLM-based agents hallucinate or call unsafe tools.
# Target Audience
AgentSudo is for:
* Developers using AI agents in **production** (customer support bots, automation, internal tools)
* People working with **LangChain, AutoGen, LlamaIndex**, or custom multi-agent frameworks
* Anyone who needs **least-privilege** execution for AI
* Researchers exploring **AI safety / tool use** in practical applications
It works in any Python project that calls functions “on behalf” of an agent.
# Comparison to Existing Alternatives
Most existing AI frameworks (LangChain, AutoGen, semantic tool-use wrappers):
* Provide *tool calling* but **not real permission boundaries**
* Rely on LLM instructions like “don’t delete the database,” which aren't reliable
* Use a **single API key** for all agents
* Have no built-in audit trail or scope enforcement
AgentSudo is:
* **Framework-agnostic** (wraps normal Python functions)
* **Super lightweight** (no infra, no cloud, no lock-in)
* **Declarative** — you define scopes once per agent
* Inspired by real security patterns like OAuth scopes & sudo privileges
# Links
* **GitHub:** [https://github.com/xywa23/agentsudo](https://github.com/xywa23/agentsudo)
* **PyPI:** [https://pypi.org/project/agentsudo](https://pypi.org/project/agentsudo)
* **Product Hunt launch:** [https://www.producthunt.com/products/agentsudo](https://www.producthunt.com/products/agentsudo)
It’s MIT-licensed — feedback, criticism, PRs, or ideas are very welcome.
Thanks! 🙌[](https://www.reddit.com/submit/?source_id=t3_1p7ckwi)
https://redd.it/1p7drg1
@r_opensource
GitHub
GitHub - xywa23/agentsudo
Contribute to xywa23/agentsudo development by creating an account on GitHub.
Journiv Self Hosted Journal: This Thanksgiving, give your family the gift of memories that last forever
Hello everyone!
First of all, thanks a lot for the [amazing response](https://www.reddit.com/r/opensource/comments/1oni77v/journiv_011beta_is_out_a_selfhosted_privacyfirst/) and interest in Journiv. We have [hundreds of stars](https://github.com/journiv/journiv-app/stargazers), thousands of [docker pull](https://hub.docker.com/r/swalabtech/journiv-app) and many many [feature request](https://github.com/journiv/journiv-app/issues) (and bugs reports) on Github in just two weeks (sleepless two weeks for me :)).
[Journiv](https://journiv.com) v0.1.0-beta.8 is out and in it I have added the most requested features. [Github](https://github.com/journiv/journiv-app)
Journiv is available on [Unraid Community Apps](https://github.com/JPDVM2014/unraid-templates/blob/main/journiv.xml).
**Highlights:**
* OIDC support (now pretty stable)
* In app [one click export-import](https://www.youtube.com/watch?v=rQRpQbyExMU) with history. So you always have your memories safe and backed up even if you don't want to deal with docker backups
* Role Based Access Control for user management.
* Many quality of life features and bug fixes.
* Read the release notes [here](https://github.com/journiv/journiv-app/releases/tag/v0.1.0-beta.8)
Journiv began as a deeply personal project, a way for me to capture memories, reflections, and the stories behind thousands of photos and videos of my fast-growing kids. What started as a tool for my own parenting journey has grown into something that fills a real gap in the self-hosting community.
If you’re curious, you can read the full story behind Journiv [here](https://journiv.com/blog/the-story-behind-journiv).
I’m grateful that Journiv is now helping others preserve their memories as well.
**The Journey Ahead**
Journiv is in active development, with a fully functional backend, a web frontend, and mobile apps launching soon. It is self-hosted, and designed to be your companion for decades.
Journiv is being built because our memories deserve to be ours, forever.
**So this Thanksgiving, give your family the gift of memories that last forever!**
https://redd.it/1p7hf7p
@r_opensource
Hello everyone!
First of all, thanks a lot for the [amazing response](https://www.reddit.com/r/opensource/comments/1oni77v/journiv_011beta_is_out_a_selfhosted_privacyfirst/) and interest in Journiv. We have [hundreds of stars](https://github.com/journiv/journiv-app/stargazers), thousands of [docker pull](https://hub.docker.com/r/swalabtech/journiv-app) and many many [feature request](https://github.com/journiv/journiv-app/issues) (and bugs reports) on Github in just two weeks (sleepless two weeks for me :)).
[Journiv](https://journiv.com) v0.1.0-beta.8 is out and in it I have added the most requested features. [Github](https://github.com/journiv/journiv-app)
Journiv is available on [Unraid Community Apps](https://github.com/JPDVM2014/unraid-templates/blob/main/journiv.xml).
**Highlights:**
* OIDC support (now pretty stable)
* In app [one click export-import](https://www.youtube.com/watch?v=rQRpQbyExMU) with history. So you always have your memories safe and backed up even if you don't want to deal with docker backups
* Role Based Access Control for user management.
* Many quality of life features and bug fixes.
* Read the release notes [here](https://github.com/journiv/journiv-app/releases/tag/v0.1.0-beta.8)
Journiv began as a deeply personal project, a way for me to capture memories, reflections, and the stories behind thousands of photos and videos of my fast-growing kids. What started as a tool for my own parenting journey has grown into something that fills a real gap in the self-hosting community.
If you’re curious, you can read the full story behind Journiv [here](https://journiv.com/blog/the-story-behind-journiv).
I’m grateful that Journiv is now helping others preserve their memories as well.
**The Journey Ahead**
Journiv is in active development, with a fully functional backend, a web frontend, and mobile apps launching soon. It is self-hosted, and designed to be your companion for decades.
Journiv is being built because our memories deserve to be ours, forever.
**So this Thanksgiving, give your family the gift of memories that last forever!**
https://redd.it/1p7hf7p
@r_opensource
Timeplus Proton 3.0: Up to 7x Performance Gains in Pipeline Processing
https://www.timeplus.com/post/proton-3-0
https://redd.it/1p7ibdi
@r_opensource
https://www.timeplus.com/post/proton-3-0
https://redd.it/1p7ibdi
@r_opensource
Timeplus
Timeplus Proton 3.0: Up to 7x Performance Gains in Pipeline Processing
Our most significant performance release to date: Proton 3.0 achieves up to 7x improvement in pipeline processing through real-world benchmarks based on actual user deployments. From high-frequency crypto market data ingestion at 15M rows/second to maintaining…
Open-source monitoring: APIs, servers, DNS, DBs, queues + Next.js dashboard
A Python monitoring daemon that checks APIs, web pages, servers, DNS, databases, queues, networks, Docker, and more — writing JSON snapshots for a live Next.js dashboard. Includes a process supervisor, notifications, and detailed reports
https://github.com/iinQ1337/server-watcher
https://redd.it/1p7ioie
@r_opensource
A Python monitoring daemon that checks APIs, web pages, servers, DNS, databases, queues, networks, Docker, and more — writing JSON snapshots for a live Next.js dashboard. Includes a process supervisor, notifications, and detailed reports
https://github.com/iinQ1337/server-watcher
https://redd.it/1p7ioie
@r_opensource
GitHub
GitHub - iinQ1337/server-watcher
Contribute to iinQ1337/server-watcher development by creating an account on GitHub.
Recommended video codecs?
What are recommended video codecs which are open source and or royalty free?
So far I've only really found VP9 and AV1 SVT, but they require really good hardware. x264 and x265 seem to be open source by have royalties.
https://redd.it/1p7iu7t
@r_opensource
What are recommended video codecs which are open source and or royalty free?
So far I've only really found VP9 and AV1 SVT, but they require really good hardware. x264 and x265 seem to be open source by have royalties.
https://redd.it/1p7iu7t
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Yet another audio/video chat app! https://videome.video
Hey all, after way too long, here is my 1st open source app. Its a audio video chat app I built with Svelte5 and Cloudflare's RealTimeKit and a bit of EyeCandy! I've always liked WebRTC stuff, so I joined Cloudflare's RealTimeKit's beta program to help them get it sorted:
https://github.com/Amazing-Persona-101/videome
https://videome.video
This is my 1st open source project, so please let me know how I can improve!
Thanks!
https://redd.it/1p7n14h
@r_opensource
Hey all, after way too long, here is my 1st open source app. Its a audio video chat app I built with Svelte5 and Cloudflare's RealTimeKit and a bit of EyeCandy! I've always liked WebRTC stuff, so I joined Cloudflare's RealTimeKit's beta program to help them get it sorted:
https://github.com/Amazing-Persona-101/videome
https://videome.video
This is my 1st open source project, so please let me know how I can improve!
Thanks!
https://redd.it/1p7n14h
@r_opensource
videome.video
Free, Anonymous, Open and Untracked Video chatting
Free, Anonymous, Open and Untracked Video chatting.
I think we should create an alternative to n8n
Last night, I did run n8n on a new container using docker. they did ask a lot of questions. yes I can ignore them. but this is a clear sign that they soon will be moving to commercial plans and other non open source things. why don't we have other good alternative of n8n? (if you know a good one please comment) if this is infact the case, I think we should start building a good alternative in case they go commercial.
https://redd.it/1p7l4yv
@r_opensource
Last night, I did run n8n on a new container using docker. they did ask a lot of questions. yes I can ignore them. but this is a clear sign that they soon will be moving to commercial plans and other non open source things. why don't we have other good alternative of n8n? (if you know a good one please comment) if this is infact the case, I think we should start building a good alternative in case they go commercial.
https://redd.it/1p7l4yv
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Introducing QRGeneratorXMR: Open-Source QR Code Generator for Monero and More (MIT Licensed)
I just open sourced my project, QRGeneratorXMR, a privacy-focused QR code generator built with a special emphasis on Monero (XMR) payments, but versatile enough for any crypto, URLs, text, Wi-Fi creds, and more. It's 100% client-side, so no data ever leaves your browser – perfect for crypto enthusiasts who value security.
Key Features:
Universal QR Generation: Create QRs for crypto addresses, links, plain text, or anything string-based.
Smart Auto-Detect (Beta): Paste an address, and it auto-switches to the right crypto mode (supports Monero, Bitcoin, Ethereum, Solana, Zcash, Firo, and custom).
Professional Invoicing: Generate customizable crypto invoices with line items, totals, logos, and embedded QRs. Export as PDF or PNG.
Deep Customization: Styles like dots/rounded patterns, gradients, logo embedding, random color combos, and presets (e.g., Monero Orange, Cyberpunk).
Security Tools: Address verification to prevent clipboard hijacks, input validation, and disposable QRs that self-destruct after a timer.
Tech Highlights: PWA for offline use, responsive design, real-time previews, and exports in PNG/SVG/PDF.
It's built with React easy to set up: just npm install, tweak, npm run build, and deploy.
Check it out on GitHub: https://github.com/SlowBearDigger/QRGeneratorXMR
Live demo: https://slowbeardigger.dev/QR/
Licensed under MIT, so feel free to fork, contribute, or use it in your projects. Pull requests welcome – see CONTRIBUTING.md for details.
If you like it, stars are appreciated! 🚀 Also, donations via Monero: 42w9YaCW8UwZ2BmQztNmUd6JgYVcjW7LXEMTcQqHdmtFCsSo5RGY2eQg2iZ3WyBSSs63gnhczLkJ46yfr4ojCXWT3H1ZBbR
What do you think? Any feedback or ideas for features?
https://redd.it/1p7r7do
@r_opensource
I just open sourced my project, QRGeneratorXMR, a privacy-focused QR code generator built with a special emphasis on Monero (XMR) payments, but versatile enough for any crypto, URLs, text, Wi-Fi creds, and more. It's 100% client-side, so no data ever leaves your browser – perfect for crypto enthusiasts who value security.
Key Features:
Universal QR Generation: Create QRs for crypto addresses, links, plain text, or anything string-based.
Smart Auto-Detect (Beta): Paste an address, and it auto-switches to the right crypto mode (supports Monero, Bitcoin, Ethereum, Solana, Zcash, Firo, and custom).
Professional Invoicing: Generate customizable crypto invoices with line items, totals, logos, and embedded QRs. Export as PDF or PNG.
Deep Customization: Styles like dots/rounded patterns, gradients, logo embedding, random color combos, and presets (e.g., Monero Orange, Cyberpunk).
Security Tools: Address verification to prevent clipboard hijacks, input validation, and disposable QRs that self-destruct after a timer.
Tech Highlights: PWA for offline use, responsive design, real-time previews, and exports in PNG/SVG/PDF.
It's built with React easy to set up: just npm install, tweak, npm run build, and deploy.
Check it out on GitHub: https://github.com/SlowBearDigger/QRGeneratorXMR
Live demo: https://slowbeardigger.dev/QR/
Licensed under MIT, so feel free to fork, contribute, or use it in your projects. Pull requests welcome – see CONTRIBUTING.md for details.
If you like it, stars are appreciated! 🚀 Also, donations via Monero: 42w9YaCW8UwZ2BmQztNmUd6JgYVcjW7LXEMTcQqHdmtFCsSo5RGY2eQg2iZ3WyBSSs63gnhczLkJ46yfr4ojCXWT3H1ZBbR
What do you think? Any feedback or ideas for features?
https://redd.it/1p7r7do
@r_opensource
GitHub
GitHub - SlowBearDigger/QRGeneratorXMR: Source Code for a XMR QR Code generator
Source Code for a XMR QR Code generator. Contribute to SlowBearDigger/QRGeneratorXMR development by creating an account on GitHub.
Open Source Word Processor
I have had it up to here with Microsoft always trying to upsell me on their stupid office products when all I want to do was write some words. And even in Word, some features are locked behind subnoscriptions. To address the absolutely heinous fact that I couldn't find a basic, free, minimalist open-source word processor, I present to you Qwill. It has 8 fonts. It has 5 font sizes. 3 headings. It doesn't handle images. It's for writing. But it does come with a PDF to Word Doc converter as an additional middle finger to Adobe!
I offer it to you freely!
https://github.com/jalyper/qwill
https://redd.it/1p7tg6s
@r_opensource
I have had it up to here with Microsoft always trying to upsell me on their stupid office products when all I want to do was write some words. And even in Word, some features are locked behind subnoscriptions. To address the absolutely heinous fact that I couldn't find a basic, free, minimalist open-source word processor, I present to you Qwill. It has 8 fonts. It has 5 font sizes. 3 headings. It doesn't handle images. It's for writing. But it does come with a PDF to Word Doc converter as an additional middle finger to Adobe!
I offer it to you freely!
https://github.com/jalyper/qwill
https://redd.it/1p7tg6s
@r_opensource
GitHub
GitHub - jalyper/qwill: open source text editor
open source text editor. Contribute to jalyper/qwill development by creating an account on GitHub.
Open Source project for Voice AI orchestration platform on github?
Hi all,
I have been following the open source voice ai projects on github and there has been a very few of them that software engineers can clone and start to use. Most of them come from companies with deep pockets and I am a big admirer of Livekit.
But why is it that there has been no contribution from smaller teams or individuals? Very few choices to explore.
Are you working on it or aware of anyone building a Voice AI orchestration platform?
https://redd.it/1p7t3jp
@r_opensource
Hi all,
I have been following the open source voice ai projects on github and there has been a very few of them that software engineers can clone and start to use. Most of them come from companies with deep pockets and I am a big admirer of Livekit.
But why is it that there has been no contribution from smaller teams or individuals? Very few choices to explore.
Are you working on it or aware of anyone building a Voice AI orchestration platform?
https://redd.it/1p7t3jp
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Before I jump ship from Bitwarden… Is AliasVault worth it?
I’m looking into switching from Bitwarden to an EU-based open-source alternative, and AliasVault recently caught my eye.
I’d really appreciate hearing from anyone with hands-on experience. A few things I’m especially curious about:
* How reliable and polished does it feel in daily use (web app, browser extensions, mobile apps)?
* If you’ve self-hosted it, how smooth was the setup? Any surprises?
* Have you run into bugs, missing features, or anything that made you hesitate?
* What’s your impression of its security model? Is it solid enough to trust long-term?
* And if you’re using both the password manager and the email-alias features, how well do they work together?
Any insights (good and bad) would be incredibly helpful before I make the switch. Thanks!
https://redd.it/1p80wkn
@r_opensource
I’m looking into switching from Bitwarden to an EU-based open-source alternative, and AliasVault recently caught my eye.
I’d really appreciate hearing from anyone with hands-on experience. A few things I’m especially curious about:
* How reliable and polished does it feel in daily use (web app, browser extensions, mobile apps)?
* If you’ve self-hosted it, how smooth was the setup? Any surprises?
* Have you run into bugs, missing features, or anything that made you hesitate?
* What’s your impression of its security model? Is it solid enough to trust long-term?
* And if you’re using both the password manager and the email-alias features, how well do they work together?
Any insights (good and bad) would be incredibly helpful before I make the switch. Thanks!
https://redd.it/1p80wkn
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Accessible Blazor Components - Looking for guidance and potential contacts.
Following up on my previous post about accessibility in Blazor (see [https://www.reddit.com/r/Blazor/comments/1ot98e4/accessibility\_how\_much\_do\_you\_care](https://www.reddit.com/r/Blazor/comments/1ot98e4/accessibility_how_much_do_you_care))
I will now be revisiting prior work that I have done on this topic with the aims of releasing accessible-first Blazor components as open source.
The Plan:
* Individual components released / packaged separately (not a monolithic framework)
* Zero third-party dependencies
* Tested with actual screen readers / assistive tech. (AT)
* WAI-ARIA APG best practices (not a legal requirement but I want to ensure AT usability).
* WCAG 2.2 AA compliant (targeting AAA where feasible)
What I'm Looking For:
* Access to accessibility experts for guidance on WCAG compliance and AT testing
* Folks that that have access to AT devices/software that may be willing to test/review the components on PC, Mac or Mobile. I have NVDA / Narrator and JAWS (40 min limit mode) for windows; I test with each using Chrome, Firefox and Edge.
I have created a GitHub organisation called BlazorRamp which will be utilised shortly for this project, which I have started locally..
Have expertise or interested in contributing? I'd love to hear your thoughts.
https://redd.it/1p8221l
@r_opensource
Following up on my previous post about accessibility in Blazor (see [https://www.reddit.com/r/Blazor/comments/1ot98e4/accessibility\_how\_much\_do\_you\_care](https://www.reddit.com/r/Blazor/comments/1ot98e4/accessibility_how_much_do_you_care))
I will now be revisiting prior work that I have done on this topic with the aims of releasing accessible-first Blazor components as open source.
The Plan:
* Individual components released / packaged separately (not a monolithic framework)
* Zero third-party dependencies
* Tested with actual screen readers / assistive tech. (AT)
* WAI-ARIA APG best practices (not a legal requirement but I want to ensure AT usability).
* WCAG 2.2 AA compliant (targeting AAA where feasible)
What I'm Looking For:
* Access to accessibility experts for guidance on WCAG compliance and AT testing
* Folks that that have access to AT devices/software that may be willing to test/review the components on PC, Mac or Mobile. I have NVDA / Narrator and JAWS (40 min limit mode) for windows; I test with each using Chrome, Firefox and Edge.
I have created a GitHub organisation called BlazorRamp which will be utilised shortly for this project, which I have started locally..
Have expertise or interested in contributing? I'd love to hear your thoughts.
https://redd.it/1p8221l
@r_opensource
Reddit
From the Blazor community on Reddit: Accessibility - How Much Do You Care?
Explore this post and more from the Blazor community