Viewer Projects to review - Paste yours below!

Open Source Requirement for All Projects

Effective immediately — applies to all new and existing submissions.


To ensure the integrity, auditability, and long-term trustworthiness of everything shared here, this community enforces a strict open source policy for all submitted projects and tools.

All submissions must be fully open source. No exceptions. If your project cannot be inspected, it cannot be listed here.


Rules at a glance

No compiled binaries
Pre-built binaries distributed without accompanying source code are not permitted. Users must be able to build from source themselves.

No closed source projects
Proprietary software, obfuscated code, or any project where the full source is not publicly available will be removed.

Source must be publicly visible
The complete source code must be hosted and browsable on a public Git platform. A repository link is required in every submission.


Accepted platforms

GitHub · GitLab · Codeberg · Bitbucket · Sourcehut · Forgejo · Gitea · any public Git host

Self-hosted Git instances are acceptable as long as the repository is publicly accessible without authentication. Private repos with “request access” flows do not qualify.

3 Likes

Thanks for making this thread.

I’d like to share my recent open source project: whai. I built it to help me work on my NAS to get specific BTRFS or docker commands, I had tried other similar projects but None of them had all the features I wanted.

It’s a command line tool that replaces alt tabbing to google (or claude) when you hit a snag when working in the terminal, it can analyze your context and run commands (with approval) to get you unstuck. I’m constantly working on it, the latest updates added MCP support, more local model providers and a shortcut to insert the command in your terminal. I’d love to know what you think about it!

1 Like

So I already gave out my project for testing, but Chris didn’t give out that much a vision, so…

Re-implementation of Chris’ chat application done with Nuxt. Copying all the README would be boring so here’s a link for it. The only thing you should know that this project is still in test, but most of its functions will be already good for dual platform streaming(or even just Twitch streaming, YT is kinda dumb with their closed API)

2 Likes

I’d like to submit my project which fully complies with the open source requirement:

SecurePasswd MGMT

A simple, secure, and offline password manager.

Both repositories are fully open source (MIT licensed), contain the complete source code with no closed-source or obfuscated parts. Users can build the apps from source themselves. No pre-built binaries without accompanying source.

The application allows users to securely store, manage, and generate strong passwords completely offline using AES-256 encryption.

Let me know if you need build instructions or any further details.

1 Like

My ArchTitus inspired setup script for Fedora:

github link