Open-source AI job-search assistant that runs inside AI coding CLIs. It scans job portals, evaluates listings into structured reports, generates tailored CV PDFs, tracks applications, and keeps the human in control of every submission.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONWattRoom is a self-hostable app for collaborative indoor cycling: shared rooms with live watts, heart rate and cadence, structured interval workouts with BLE FTMS trainer control, voice and camera via LiveKit, a synced YouTube jukebox, plus .fit export and Strava upload.
K9s is a terminal UI that provides an interactive way to navigate, observe, and manage Kubernetes clusters.
Open-source resurrection of Legends of Future Past, a 1992 commercial text-based MUD, rebuilt from authentic game scripts and documentation using agentic AI; MIT-licensed with a playable server and self-hosting instructions.
Ferret is a declarative data automation language and Go runtime for structured extraction workflows, supporting embedding, capability-based access, and cross-source querying.
Cobra is a Go library for building modern CLI applications with subcommands, POSIX-compliant flags, nested commands, automatic help and shell completion generation, and man page output. It powers tools like Kubernetes, Hugo, and GitHub CLI.
pgfathom is a read‑only CLI tool that discovers undocumented PostgreSQL relationships by analyzing catalog data, usage evidence, and statistics. It outputs verdicts (broken, confirmed, weak) and reviewable SQL scripts to help fix hidden foreign keys.
A modern, intuitive terminal-based text editor designed as a successor to nano. Ships as a single static binary with no dependencies, featuring multiple cursors, splits, tabs, syntax highlighting for 130+ languages, and a Lua plugin system.
Zero-dependency live media server and proxy that publishes, reads, records, and plays back real-time video/audio streams across many protocols.
Wago is a pure-Go WebAssembly runtime that compiles Wasm to native machine code without CGO. WASI, the Component Model and other host capabilities are delivered as plugins, and .wasm files can be built into small standalone executables.
Go-Aptabase is a lightweight Go SDK for integrating with Aptabase analytics. It tracks events, sessions, and system properties without requiring CGO or external dependencies. Supports Windows, Linux, macOS, and FreeBSD.
Stash is a self-hosted media organizer and server written in Go that helps you manage, tag, and stream your video and image collections, with support for community scrapers and metadata integration.
Gitea is a painless, self-hosted all-in-one software development service providing Git hosting, code review, and CI/CD capabilities.
ChaosSQL is a deterministic concurrency and isolation fuzzer for PostgreSQL, MySQL and SQLite. It schedules concurrent transactions, detects invariant violations such as lost updates and write skew, shrinks failures to minimal reproductions, and can guard CI pipelines against regressions.
gha-doctor is a zero-config CLI that diagnoses GitHub Actions workflows for flaky jobs, wasted minutes, slow steps, cache problems and anti-patterns, with static lint rules, run-history analysis, a health score badge, auto-fixes, SARIF/HTML/JSON reports, a GitHub Action and an MCP server.
ANTLR v4 is a parser generator that reads grammars and produces parsers, parse trees, and listener/visitor interfaces for structured text or binary files. It supports ten target languages including Java, C#, Python3, JavaScript, TypeScript, Go, C++, Swift, Dart, and PHP.
A comprehensive curated collection of tools and recipes for Go projects, covering testing, dependencies, visualization, and static analysis.
Self-hosted restreaming server: ingest one stream over SRT or RTMP and fan it out to many destinations, each receiving its own audio mix built from up to 32 ingested tracks, while video is copied rather than re-encoded.
Artifact Gateway is a lightweight, protocol-native software artifact repository that supports OCI, Maven, npm, PyPI, Go modules, Conan 2, and Raw formats. It uses PostgreSQL for coordination and S3-compatible storage for artifacts, with no Redis, Kafka, or external message queues required. Available as a single binary or split roles, with a web Console for management.
findDupes is a Go command-line tool that finds duplicate files by SHA-256 content hash across one or more directories concurrently, filtering candidates by file size and a 4 KiB prefix hash before fully hashing matches.