r/coolgithubprojects 9h ago

I just open source my project that has ~50k downloads

Post image
27 Upvotes

I built an agentic IDE to run a team of coding agents in parallel.

It has reached over ~50k downloads and I decided to open source.

Here are some highlights:

- Support claude code, codex, opencode, and more agents/harness

- Desktop app for productivity

- Mobile app for remote control

- Tasks management

- Automations

- File explorer, git worktree, terminal ...

I've switched from official claude or codex app to use this app for months.

I also use it to on my phone from time to time, when I am not near my desktop.

I hope it can also help you in your projects.

Developing and shipping new features everyday.

Github: https://github.com/vicoa-ai/vicoa

Website: http://vicoa.ai/


r/coolgithubprojects 3h ago

Windshift - The Jira alternative for people who like(d) Jira

Post image
6 Upvotes

Hey everyone,

Windshift brings planning, tracking, and collaboration into a fast, flexible workspace. Start with a simple kanban board, then add the structure your team needs: custom workflows, nested work items, milestones, saved searches, dashboards, and more.

It ships as a single Go binary with the Svelte frontend built in.

The main difference from other open source project management tools: Windshift lets you migrate from Jira 1:1 by using the same concepts. You can map custom fields, assets, workflows etc directly without having to rebuild half your instance. It also keeps a lot of familiar Jira concepts, so you will not miss any features.

And you can migrate from both Jira Cloud and Jira Data Center using the built-in assistant.

The Github repo is fully AGPL and free to use

Github: https://github.com/Windshiftapp/core

Website: https://windshift.sh


r/coolgithubprojects 5h ago

Game engine with its own scripting language

Thumbnail gallery
7 Upvotes

This is a big project I'm working on for years.

2D game engine (inspired by GameMaker8), with its own IDE and scripting language. Everything is written in C#, including the interpreter of the custom language. Latestly, I got a few first contributors, and I publish it here because I really want more people to get involved. I think it's a really cool and fun project to join to. There is some basic documentation, some "good first issues" and there's me who is here to help with any question šŸ™‚

If you know C#, you have to check it: https://github.com/ArcadeMakerSources/ArcadeMaker

Any feedback is welcome šŸ™ƒ


r/coolgithubprojects 3h ago

Ity: a tiny but powerful scripting language.

Post image
3 Upvotes

I made a programming language from scratch in C++ for the purpose of being small, heavily modular, multi-platform, & simple to use. There are a TON of example scripts to look at, including a full Conway's Game of Life simulation. The repo also includes in-depth documentation (markdown) on structure, syntax, types, operators, functions, & standard modules.

I/O, time, file-system, & math modules are all built-in. With additional script-based modules in development!

Ity can be used as a library in your project & provides convenient APIs for parsing & execution. Everything is state-based so you can keep multiple instances.

There is a lot of work to be done as this is still a new project, anybody is welcome to contribute!

https://github.com/phosxd/Ity


r/coolgithubprojects 31m ago

ChatGPT can react to our messages now! Is this ASTRA??

Post image
• Upvotes

r/coolgithubprojects 34m ago

Postman users, this is worth a try: Postly (open-source local-first API client)

Post image
• Upvotes

I been testing lots of API clients lately and I got this one that seems honestly different: Postly. It is an open-source alternative to Postman and it is made for people that want control of their workspace instead of sign-up flows.

Postly is local-first, meaning your requests, collections, and environments live in local files and not in some mandatory cloud. It has both a native desktop app and CLI that use the same core model, so what you run in CI or shell can match what you test in UI.

It supports REST, GraphQL, SSE, WebSockets, and gRPC, plus nice testing flows, collection runs, assertions, and code generation. Secrets handling is handled with local store logic, and you can keep things git-friendly with readable project files (less ā€œblack boxā€ feeling, more actual visibility).

If you want to check it:

- GitHub: https://github.com/OthmaneBlial/Postly

- Website: https://othmaneblial.github.io/Postly/

It is still growing, but if you care about privacy, determinism, and owning your API workflow, I think it has real potential.


r/coolgithubprojects 6h ago

I made a completely free bento portfolio website

Thumbnail gallery
3 Upvotes

Hey!

Just for anyone who doesn't know what a bento portfolio is, it is basically an extremely easy to setup and clear way to display a portfolio using tiles.

Recently, I've been looking around at bento portfolios online, and unfortunately, most of them are paid, don't have features I want, or are terribly executed.

Thats why I builtĀ Tiledrop, a completely free website to create a bento portfolio. It has multiple features, like Markdown text boxes, bio cards, link and skills tiles, images, and Github/lab integrations. On top of that, it gives you analytics on how many people visit your tiledrop, etc.

I am always open to feedback, and if you would like a new feature, feel free to DM me!

Link:Ā https://tile-drop.com

Note: Thanks to u/-svde- for the suggestions and feedback on the project!


r/coolgithubprojects 50m ago

I made this alternative to other lyrics displays for the terminal

Thumbnail github.com
• Upvotes

Can someone test it out so i can see if it works on Mac and other Linux distros I only tested it on cachy os so far


r/coolgithubprojects 2h ago

Hash bruteforce via python

Post image
0 Upvotes

Hello guys,

This is my old project I created in 2022, the hash bruteforce I built using python and it was offline tool, and I can share this with now guys:)

You can used this tool: https://github.com/nordszamora/BruteCrypt.git


r/coolgithubprojects 2h ago

Ship Safe: open-source scanner for AI coding agents and MCP servers

Thumbnail github.com
1 Upvotes

I’m the maintainer of Ship Safe. I built it to inspect the security surface around AI-assisted development, including prompt injection, secrets, MCP tools, agent permissions, dependencies, and common application issues.

The part I’m most interested in is the investigation layer. It keeps detection, evidence, and verdicts separate, then checks whether the cited path actually supports the conclusion.

It runs locally and is open source. Feedback is especially welcome from people building coding agents or MCP servers.


r/coolgithubprojects 15h ago

I created a kapa.ai alternative for getting honest answers from technichal documentation

Thumbnail github.com
11 Upvotes

Nowadays I frequently land on documentation sites that starting to come with Ask AI chats.
(Curious to know how that is for you )

Found myself using these alot to a point where In most cases I stop reading the docs altogether in some cases and just ask what I myself or my agents needs to know.

I wanted the same thing on docs that didn’t have it. So I started building LedgeIndex. Which lets crawl and ingest docs on your local machine or sellf hosted ( or the ledgeindex cloud )

Right now with the early mvp the things you can do with it -->

  • Support answering Chat (Website widget)
  • Build your own Support / Builder / Planner Agents fully local or self-hosted via sdk / cli / mcp .
  • Asking questions to any doc (using the desktop app)

** The interisting part about the RAG is that it achieves saying "I don't know" when it doesn't know the answer:*

The Project is open source and it comes with a SDK, CLI, web and desktop app.

If this sounds useful, check it out ! Leave a star for the github repo.

https://github.com/ledgeindex/ledgeindex


r/coolgithubprojects 2h ago

DockFlare v3.1.5: Stay in the Loop

Post image
1 Upvotes

Hello
I’ve just released DockFlare v3.1.5! It adds Apprise notifications, safer remote-agent decommissioning, and several reliability and security fixes.

I built DockFlare to make exposing self-hosted Docker services through Cloudflare much less tedious. It’s now reached 2,400+ GitHub stars and 424k+ Docker pulls - thank you!

If you have any questions, feedback, or feature ideas, I’d love to hear them!

GitHub: https://github.com/ChrispyBacon-dev/DockFlare
Homepage: https://dockflare.app

Happy tunnelling,

Christian


r/coolgithubprojects 17h ago

Rovyl – radial launcher for Windows: hold middle-click and a wheel opens under your cursor (TypeScript, GPL-3.0)

Thumbnail gallery
12 Upvotes

Hold the middle mouse button anywhere in Windows and a wheel opens centred on your cursor. Move toward what you want, release, it launches. Apps, folders, URLs, scripts, and nested sub-wheels. Icons are extracted from the executables themselves.

I sold it on the Microsoft Store for $3.99 and almost nobody bought it, so it's GPL-3.0 now. The Store build stays paid because it's signed and updates itself; building from source is free and always will be.

Electron 28, React 19, TypeScript. Windows-only — the trigger, the icon extraction and the window handling all depend on Win32 behaviour. The .exe on GitHub is unsigned, so SmartScreen will warn you.

https://github.com/HenryCauan/rovyl


r/coolgithubprojects 4h ago

Native macOS clipboard workflows with paste queues and local automation - Clipboard Router

Thumbnail github.com
1 Upvotes

Clipboard Router is a free, open-source Swift app that queues clips, transforms content before pasting, and keeps sensitive values out of ordinary history. It is MIT-licensed, local-first, and notarized for Apple-silicon Macs.


r/coolgithubprojects 5h ago

Steady Pitch, a browser vocal range test that publishes the measured error of its own pitch detector

Thumbnail github.com
1 Upvotes

r/coolgithubprojects 7h ago

[UPDATE]: Zooming daemon for wayland

Thumbnail youtu.be
0 Upvotes

r/coolgithubprojects 7h ago

Made a resume to job posting helper. Let me know what you all think!

Thumbnail scoretheview.com
0 Upvotes

r/coolgithubprojects 18h ago

Need feedback, Built a cool way to visualize your Claude Code history

Thumbnail github.com
4 Upvotes

I use Claude Code a lot, but /stats never answered the question I actually cared about

What did I build, and where did the work get difficult?

So I builtĀ Bough.

  • It reads your local Claude Code history and turns it into an interactive view of your work: - each square is a day
  • smaller squares are tasks inferred from pauses in your work
  • circles are your prompts - click anywhere to see what happened in your own words

It runs locally, is open source, and nothing leaves your machine.

Repo:Ā https://github.com/nickelsec/bough

The main thing I’d love feedback on:Ā When you run it against your history, does it split your work into tasks the way you remember it?


r/coolgithubprojects 10h ago

Open-source patcher for Rekordbox 7 UI performance

Post image
1 Upvotes

I recently built an open-source Windows patcher after reverse engineering a UI rendering issue in Rekordbox 7.

The original problem was unusual:

The OpenGL waveforms could render very smoothly, while mixer controls such as EQ knobs, faders, gain and pitch still looked closer to ~30 FPS.

After a lot of testing and static analysis, I found two independent refresh restrictions in the Windows JUCE/OpenGL rendering path:

- A ~30 Hz UI timer cap

- A second cached-component repaint gate of about 34 ms

Changing both produced a clear improvement in mixer smoothness while keeping the OpenGL waveform renderer enabled.

Instead of requiring users to patch the executable manually, I built a small C#/.NET Windows tool with:

- Original / restore mode

- 60 FPS

- 70 FPS

- 120 FPS

- Automatic backup

- Binary pattern scanning

- Safety checks before modifying the executable

- Source code available publicly

The patcher doesn't distribute Rekordbox or any modified Rekordbox binary. It only modifies the user's own local installation.

The project is still Beta because I found an additional idle-rendering behavior when no waveform is visible that I'm currently investigating.

GitHub:

https://github.com/SebitosMixx/rekordbox-smooth-mixer-patcher

I'd appreciate feedback on the project structure, pattern-scanning approach, or the patcher itself.


r/coolgithubprojects 22h ago

Just crossed 100 GitHub stars on my terminal-style new tab extension — here's what 100 people liked about it šŸ±āŒØļø

Post image
9 Upvotes

Woke up to 100 stars on Neko-Tab and figured it's a good time to share what it actually does.

It's a Chrome extension that turns your new tab into a keyboard-first, terminal-inspired workspace. No bookmarks bar, no shortcuts grid — just a command palette that handles everything.

The stuff people seem to like:

  • Ctrl+K palette — fuzzy search tabs, history, bookmarks, do quick math, or jump straight to a URL
  • AI mode (!) hooked to OpenAI/Anthropic/Gemini — "open Slack and Discord" actually works
  • Focus mode with Pomodoro + site blocking (yes, it can block Reddit)
  • Scratchpad (`Ctrl+``) for notes, checklists, daily journal
  • 22+ themes
  • Everything's is like a module that you can turn on and off.
  • Built-in typing test, live status bar, optional Google Calendar/Gmail widgets and more

Everything is local-first. No analytics, no tracking, no external servers — just chrome.storage.

Built with React 19 + TypeScript + Vite.

If you're the kind of person who feels at home in a terminal, this might click with you. Would love feedback, bug reports, or roast my code.

šŸ‘‰ github.com/uddin-rajaul/Neko-Tab

Thanks for reading!


r/coolgithubprojects 11h ago

Made easy to draw and log daily activity. Any feedback appreciated

Thumbnail gallery
1 Upvotes

r/coolgithubprojects 15h ago

Introducing Quartermaster, an open source local AI platform designed for ease of use that does not sacrifice customizability

Thumbnail gallery
2 Upvotes

It started as a fork of llama-swap, but I have been building it out for myself since then as a convenient tool for all my local AI needs, and by now it has drifted far enough to be its own thing.

The main idea is that you point it at your models folder and it configures things for you. It reads the GGUF headers, measures how much VRAM you actually have free, and works out context length, GPU offload, CPU/MoE split and KV cache size per model. All of it stays editable per model if you disagree with what it picked.

It is not only text. llama.cpp for LLMs, with the Vulkan, CUDA, ROCm or CPU build downloaded and kept updated for you, stable-diffusion.cpp for images (SD, SDXL, Flux, Qwen-Image, LoRAs, upscaling), and vLLM if you already have it in a Python environment, since it ships wheels rather than binaries and I cannot install that one for you. You can register any other backend yourself by pointing at an executable, which is how I run TTS, and how you would run a llama.cpp fork like ik_llama. Everything sits behind one OpenAI-compatible API on one port, with a single scheduler, so models swap in and out without fighting each other for VRAM.

There is also a chat playground built in with web search, and a Hugging Face browser to search for a model, pick a quant and download it straight into the models folder.

If you are interested, you can read more about it here. MIT licensed.


r/coolgithubprojects 12h ago

Work in progress

Post image
1 Upvotes

r/coolgithubprojects 16h ago

Radioso - conversational AI platform for agents that talk to users - without needing to replace your business software

Post image
1 Upvotes

After four years of building AI agents as a job, I kept seeing the same pattern:

  1. Many SaaS companies sell their AI for <your favorite vertical, most likely customer support šŸ˜„> and add a bot on top of it.
  2. The client has X different SaaS, now each with their own agent.
  3. The bot itself is often basic RAG and ā€œtalk to your docsā€, duplicated knowledge base. Complex or multi-step conversations are handed over to humans, or the user is simply given a phone number.

With Radioso, our aim is to create smart conversational agents that work with existing software and serve the organization’s customers.

First, the conversation engine is the actual product: it can run multi-step processes, guide users and do actions for them. Second, you can integrate it with your favorite SaaS. And last but not least, you can examine and self-host it.

It’s already running in the cloud with a few customers, so doing this full-time may be on the horizon ā¤ļø

Is the problem as common as I think it is? Especially if you've built conversational agents before: what did you use, and where did it start hurting?

And if your answer is ā€œthis is already solved by X,ā€ that's painful but useful too šŸ˜„

Issues and ideas are very welcome:

https://github.com/radioso-ai/radioso


r/coolgithubprojects 20h ago

Findo v1.1.0: Open-source fast, cross-platform file search utility in Rust & egui

Post image
2 Upvotes

This is Findo, an open-source, on-demand file search utility I've been building in Rust using egui and eframe.

The goal was to create a lightweight alternative to heavy background search services. Instead of maintaining a persistent database or requiring admin privileges (like low-level MFT indexers), Findo performs a multi-threaded, in-memory live scan using jwalk/std::fs.

Features:

  • It's just fast: Searches a ~200 GB drive in ~20 seconds—significantly faster than standard Windows Explorer unindexed searches.
  • Run it anywhere!: 0% CPU and RAM usage when idle (no background daemon or system service).
  • Cross-platform: Runs natively on Windows, Linux, and macOS.
  • Privacy first!: Only one exe, no admin rights needed, zero telemetry.

I'd love any feedback on the codebase, performance optimizations, or UI tweaks!

GitHub Repo: https://github.com/minecraftmelonman/Findo