Skip to main content

Software

[[TOC]]

๐Ÿ–ฅ๏ธโš™๏ธ Command-Line Applicationsโ€‹

๐Ÿ“š Documentation Toolsโ€‹

  • tldr pages โ€“ Community-maintained, concise cheat-sheets for over 200 Unix commands, providing brief examples and options to speed up your shell workflow without consulting lengthy man pages.
  • Vale โ€“ Command-line style checker ensuring consistent documentation.

๐Ÿงฉ๐Ÿ’ป Desktop Applicationsโ€‹

๐Ÿ”๐Ÿ“ Code Navigation & Analysisโ€‹

  • Sourcetrail โ€“ Cross-platform interactive source-code explorer that indexes your C/C++, Java, Python and other projects to visualize call graphs and class hierarchies, helping you navigate and understand unfamiliar codebases without manual grep searches.
  • include-what-you-use โ€“ Static analysis tool for C/C++ that suggests minimal header inclusions.

๐Ÿ”„๐Ÿ“‚ File Sync & Backupโ€‹

  • Syncthing โ€“ Open source peer-to-peer file synchronization tool keeping folders identical across devices.

๐Ÿ—“๏ธ๐Ÿ“ˆ Productivity & Task Managementโ€‹

  • Homechart โ€“ Self-hosted organizer for household chores, finances and inventory.
  • Sortedยณ โ€“ Scheduling to-do list app that auto-generates daily plans.
  • Org mode โ€“ Plain-text productivity system for Emacs with outlines and agenda.
  • Plan โ€“ Aggregates calendars and tasks from multiple services into one dashboard.
  • ScriptKit โ€“ Open-source toolkit to launch scripts and automate developer workflows.
  • AppFlowy โ€“ Open-source workspace alternative to Notion with local data storage.
  • espanso โ€“ Cross-platform text expander that replaces typed keywords with snippets.
  • Heynote โ€“ Developer-focused scratchpad for quick notes with optional GitHub repo at heyman/heynote.
  • Nullboard โ€“ Minimalist self-hosted Kanban board that's compact and keyboard-driven.

๐Ÿ”ง๐Ÿ”Œ API Clientsโ€‹

  • Yaak โ€“ Fast, offline-first, Git-friendly API client for REST, GraphQL, WebSocket, SSE and gRPC endpoints. Store requests as plain-text files for version control, encrypt secrets locally, and replay or share them from a desktop GUI.
  • REST Client โ€“ Send HTTP requests directly from VS Code and inspect responses without leaving the editor.

๐Ÿ–ผ๏ธ๐Ÿ“Š Diagramming & Drawingโ€‹

  • drawio-desktop โ€“ Electron-based diagrams.net app that works offline for creating flowcharts and architecture sketches.
  • d2 โ€“ Diagram scripting language that turns text files into professional diagrams.
  • Wireflow โ€“ Browser-based user flow tool for prototyping interfaces without design software.
  • Graphviz โ€“ Classic open-source graph visualization suite for rendering structured diagrams from DOT files.

๐Ÿ—„๏ธ๐Ÿ“‚ File Managersโ€‹

  • eza โ€“ Modern replacement for ls with colors, git status and icons.

๐Ÿ–ฅ๏ธ๐Ÿ’ป Virtualizationโ€‹

  • Docker-OSX โ€“ Run macOS in a Docker container using KVM for near-native performance.
  • far2l โ€“ Modernized port of the classic FAR Manager with terminal and GUI interfaces for Linux and macOS.
  • quickemu โ€“ Quickly spin up optimized Windows, macOS or Linux VMs with simple config files.

๐Ÿ’พ Legacy Software Portsโ€‹

  • 123elf โ€“ Native Linux port of Lotus 1-2-3 spreadsheet classic.

๐Ÿ“ Markdown Editorsโ€‹

  • MarkText โ€“ Cross-platform Markdown editor with live preview and minimal UI, built on Electron.
  • Markably โ€“ Web-based Markdown editor with live preview and distraction-free mode.
  • Zettlr โ€“ Cross-platform Markdown editor geared toward academic writing.
  • ghostwriter โ€“ Minimalist Markdown editor with focus mode and live preview.
  • Zim โ€“ Desktop wiki that stores notes in plain text files with wiki-style links.
  • Obsidian โ€“ Markdown knowledge base app with local graph view and extensive plugins.
  • Logseq โ€“ Open-source outliner for managing notes and tasks in plain text.
  • Dendron โ€“ Hierarchical note-taking extension for VS Code.
  • TiddlyRoam โ€“ Self-contained wiki notebook inspired by Roam Research.

๐ŸŽ›๏ธ Audio Toolsโ€‹

  • Soundux โ€“ Cross-platform soundboard routing audio to specific applications.

๐ŸŒ๐Ÿ“ก Networking Utilitiesโ€‹

  • wgcf โ€“ Unofficial CLI for Cloudflare Warp that generates WireGuard profiles. wgcf register && wgcf generate produces a config ready for wg-quick.
  • bombardier โ€“ Fast HTTP(S) benchmarking tool written in Go for stress testing APIs and websites.
  • dasel โ€“ Query and update JSON, YAML, TOML, XML and CSV data from the command line using a simple selector syntax.
  • wttr.in โ€“ Curl-friendly weather forecast service; run curl wttr.in for an instant report.
  • Matterbridge โ€“ Bridges messages between Slack, Discord, Matrix and other chat platforms via a single binary.
  • sharing โ€“ Simple CLI to share files or directories over HTTP for quick transfer to mobile devices.

๐Ÿ›ก๏ธ Security Toolsโ€‹

  • Snort โ€“ Open-source network intrusion detection and prevention system.

๐Ÿ—ƒ๏ธ Data Processing Toolsโ€‹

  • Miller โ€“ Command-line Swiss army knife for CSV, TSV and JSON data manipulation.
  • fastgron โ€“ High-performance JSON to GRON converter built with simdjson.
  • fq โ€“ Binary data processor combining jq, hexdump and dd functionality.

๐Ÿ“Š Data Visualizationโ€‹

  • Perspective โ€“ Interactive analytics component optimized for large or streaming datasets. Create dashboards and notebooks in the browser or Python.

๐Ÿ—œ๏ธ Compression Toolsโ€‹

๐Ÿ“ˆ๐Ÿ”ฌ Profiling & Benchmarkingโ€‹

  • PerfView โ€“ Windows performance analysis tool with CPU and memory profiling.
  • Speedscope โ€“ Interactive flamegraph viewer for performance profiles.
  • pigz โ€“ Parallel implementation of gzip that utilizes multiple CPU cores for faster compression.
  • nvtop โ€“ Terminal-based monitor displaying GPU utilization and processes across vendors.

โ˜๏ธ๐Ÿ› ๏ธ Web Services & Self-Hosted Platformsโ€‹

๐Ÿš€๐Ÿ”„ Platform-as-a-Service & App Deploymentโ€‹

  • Coolify โ€“ Open-source PaaS you can install on your own server under a minute. Provides one-click deployments for Docker-based applications, automated SSL, database provisioning, and built-in CI/CD pipelines as a free Heroku/Netlify/Vercel alternative.
  • PocketBase โ€“ Open source backend in a single Go binary providing realtime database, auth and file storage.

๐ŸŒ๐Ÿ“„ Static Site Hostingโ€‹

  • GitHub Pages โ€“ Build and host static websites straight from your GitHub repository.

๐ŸชŸ๐Ÿค– OS Automation Toolsโ€‹

  • Generate autounattend.xml files for Windows 10/11 โ€“ Web service that guides you through selecting Windows Setup settings (partitions, locale, user accounts, drivers) and outputs a complete autounattend.xml file to automate clean installations on Windows 10/11.

  • LibreAutomate โ€“ Windows automation tool and C# scripting environment.

๐Ÿงพ๐Ÿ”„ File Conversion & Processingโ€‹

  • html2text โ€“ Convert HTML into Markdown-formatted text from the command line.
  • Rembg โ€“ Command-line tool to remove image backgrounds using machine learning.
  • UpScayl โ€“ Free AI-powered image upscaler for Windows, macOS and Linux.
  • BackgroundRemover โ€“ Python CLI to strip backgrounds from photos and videos.

๐ŸŽž๏ธ Video Editingโ€‹

  • LosslessCut โ€“ Simple cross-platform tool for quick, lossless trimming of video and audio files.
  • VERT.sh โ€“ Privacy-focused, open-source web app for converting images, audio, video and documents. All non-video conversions run client-side (no upload), while videos use fast servers; no ads or size limits.
  • Squoosh โ€“ Progressive web app that compresses images locally in the browser using modern codecs.

๐Ÿ“ฐ RSS & Feed Readersโ€‹

  • FreshRSS โ€“ Lightweight self-hosted aggregator for RSS and Atom feeds.
  • TT-RSS โ€“ Web-based news feed aggregator you can self-host.
  • Fluent Reader โ€“ Modern cross-platform RSS reader for desktops.
  • Stringer โ€“ Self-hosted, anti-social RSS reader built on Ruby on Rails.
  • CommaFeed โ€“ Google Reader inspired self-hosted feed reader with multiple layouts.
  • Nextcloud News โ€“ RSS/Atom aggregator app for Nextcloud.
  • Yarr โ€“ Self-hosted RSS reader with web and terminal interfaces.
  • selfoss โ€“ Multipurpose PHP feed reader and aggregator.
  • wReader โ€“ Minimal Chrome app for reading web feeds offline.
  • Liferea โ€“ GTK-based desktop feed reader for Linux.
  • RSS-Bridge โ€“ Generates RSS feeds for sites lacking them.

๐Ÿ ๐Ÿ”Œ Home Automationโ€‹

  • Gladys Assistant โ€“ Privacy-first open-source home assistant for controlling smart devices.

  • Frigate โ€“ Local NVR for Home Assistant with real-time object detection using TensorFlow and OpenCV.

๐Ÿ’ป๐Ÿ“‚ Git Hostingโ€‹

  • soft-serve โ€“ Minimal Git server you operate from the command line, offering a simple TUI for browsing repositories.
  • Gitea โ€“ Lightweight community-managed alternative to GitHub for running your own code hosting platform.
  • gogs โ€“ Compact Go-based Git service that runs on low-resource servers with a familiar web interface.

๐Ÿ”—๐Ÿ› ๏ธ Developer Toolsโ€‹

  • curlconverter โ€“ Converts curl commands into code snippets for languages like Python, JavaScript and Go.
  • BookStack โ€“ Self-hosted wiki and knowledge base platform for organising documentation.
  • rss-proxy โ€“ Generate RSS or Atom feeds for almost any website by analyzing its static HTML structure.
  • jsoncrack.com โ€“ Visualize JSON structures as interactive graphs right in the browser.
  • Erlog โ€“ Minimalist log collector for forwarding structured logs to a central service.
  • changedetection.io โ€“ Monitors websites for content changes and sends notifications.
  • oidc-debugger โ€“ Web tool for testing OAuth and OpenID Connect flows.
  • IdentityServer โ€“ Flexible OpenID Connect and OAuth framework for ASP.NET Core.
  • toapi-search โ€“ Build custom search APIs with the Toapi web scraping framework.
  • CloudQuery โ€“ Turns websites into APIs via visual scraping rules.
  • quicktype โ€“ Generate type-safe code from JSON instantly in multiple languages.
  • gamecontroller.js โ€“ JavaScript library for handling gamepad input in web apps.
  • PSReadLine โ€“ Enhanced command line editing experience for PowerShell.
  • FTXUI โ€“ C++ library for building modern terminal user interfaces with widgets.
  • RapidCheck โ€“ Property-based testing framework for C++ inspired by QuickCheck.
  • lazygit โ€“ Terminal UI for Git commands with interactive staging and history browsing.

๐Ÿ›๏ธ๐Ÿ“Š Transparency & Monitoringโ€‹

  • Capitol Trades โ€“ Free platform tracking U.S. Congress stock transactions. Browse and filter membersโ€™ buy/sell history by party, committee or issuer, and view aggregated charts of recent trading volume to spot potential conflicts of interest.

๐Ÿง ๐Ÿ–ผ๏ธ AI Toolsโ€‹

  • slidehero.ai โ€“ AI-powered slide generator: paste your outline or bullet points and instantly produce formatted PowerPoint or Google Slides decks with layouts and graphics tailored to your content.
  • imaginAIry โ€“ Python tool for generating images with Stable Diffusion from the command line.
  • Riffusion โ€“ Creates music by running Stable Diffusion on spectrograms; open source at riffusion/riffusion.
  • PrivateGPT โ€“ Run GPT-based question answering locally on your documents with no Internet required.
  • LM Studio โ€“ Desktop hub for downloading, running and managing local large language models.
  • Onyx โ€“ Open-source Genโ€‘AI chat platform that indexes your team's private knowledge.
  • Chain of Recursive Thoughts โ€“ Toolkit that iteratively refines LLM answers by generating alternatives and choosing the best.

๐ŸŒ๐Ÿงฉ Browser Extensions & Toolsโ€‹

๐Ÿ“ค๐Ÿ”— File Sharingโ€‹

  • filepizza โ€“ Zero-setup peer-to-peer file sharing in the browser. Drag a file into the page, get a one-time URL, and let recipients download directly via WebRTCโ€”no servers or storage required.

๐Ÿ—‚๏ธ๐Ÿ“ฅ Archiving & Offline Accessโ€‹

  • Omnom โ€“ Browser extension and service that saves fully self-contained HTML snapshots of web pages for offline reading and archiving. Captures images, styles and scripts so pages remain accessible even if the original site changes.

๐Ÿง˜๐Ÿ“… Productivity Enhancersโ€‹

  • Lofi Tab โ€“ New-tab extension showing customizable widgets: a to-do list, clock, weather forecast and rotating lofi-style background music for focused browsing sessions.
  • clockish.co.uk โ€“ Displays the current time in human-friendly phrases (e.g. โ€œquarter past threeโ€) instead of numbers. Embed as a widget or visit the site for a playful alternative to digital clocks.

๐Ÿ“š๐Ÿ—ฃ๏ธ Educational Toolsโ€‹

  • Fluentsubs โ€“ Web app offering daily language exercises using real-world video subtitles. Watch a short clip and fill in blanks to practice comprehension and vocabulary in context.

๐Ÿงช๐Ÿ” Interactive Explorersโ€‹

๐Ÿงฑ 3D Modeling Toolsโ€‹

  • DSLCad โ€“ Lightweight language and interpreter for building 3D models.

  • Sweet Home 3D โ€“ Free interior design application for drawing house plans and arranging furniture in 3D.

๐Ÿ—ƒ๏ธ๐Ÿ”Ž Database Toolsโ€‹

  • SQLite File Format Viewer โ€“ Web-based tool for inspecting SQLite database internals. Upload a .sqlite file or use a demo DB to explore page structures, B-tree layouts, freelist pages and WAL entries via clickable diagrams.
  • chartdb โ€“ Database diagramming tool that creates entity-relationship charts from SQL queries.

๐Ÿ—บ๏ธ Map Toolsโ€‹

  • Overpass Turbo โ€“ Web-based interface for crafting and running Overpass API queries on OpenStreetMap data.
  • flatdraw โ€“ Simple React canvas app for quick drawings with a responsive UI.

๐Ÿ“Ÿ๐Ÿ”Œ Device & Embedded Projectsโ€‹

๐Ÿ“๐Ÿ“ก Raspberry Pi Projectsโ€‹

  • Subway E-Ink Tracker โ€“ Raspberry Pi and e-ink display project that fetches live train schedules and weather data to render a low-power, wall-mounted information panel. Includes code to drive Waveshare e-ink screens and parse public transit APIs.

๐Ÿ“ท๐Ÿ”ง Camera Utilitiesโ€‹

  • webcamize โ€“ CLI tool letting you use DSLRs, mirrorless cameras, camcorders or smartphones as Linux webcams. Configures UVC drivers and handles firmware quirks so professional cameras appear as /dev/video* devices.
  • matrix-webcam โ€“ Adds Matrix-style green code rain effect to your webcam feed for video calls.

๐Ÿ“ฑ Mobile Utilitiesโ€‹

  • scrcpy โ€“ Mirror and control Android devices from your computer via USB or Wi-Fi.
  • display-switch โ€“ Switch monitor inputs automatically when a USB device connects.

๐Ÿง ๐Ÿงฐ Development Environmentsโ€‹

๐Ÿงฉ๐Ÿงต Moldable IDEsโ€‹

  • Glamorous Toolkit โ€“ Interactive, moldable IDE built on Pharo Smalltalk and JavaScript runtimes. Offers real-time object inspectors, context-aware micro-tools and live code modification to explore and evolve applications without stopping execution.

๐Ÿ› ๏ธ Programming Languages & Compilersโ€‹

  • SectorC โ€“ 512-byte x86 boot sector C compiler written in assembly.
  • mold โ€“ High-performance linker drop-in compatible with GNU ld and gold.
  • ccache โ€“ Compiler cache that speeds up recompilation by caching previous build outputs.

๐Ÿ—„๏ธ๐Ÿ›ข๏ธ Database Enginesโ€‹

  • DuckDB โ€“ In-process analytical SQL database optimized for fast local queries without a server.
  • cr-sqlite โ€“ SQLite extension adding CRDT-based multi-master replication for offline-friendly apps.

๐ŸŽฎ Games & Emulatorsโ€‹

  • webrcade โ€“ Feed-driven retro gaming platform that runs classic games in the browser.
  • Genesis-Plus-GX โ€“ Accurate and portable Sega 8/16โ€‘bit emulator.
  • QuickParty.Games โ€“ Collection of instant multiplayer browser party games.
  • The Password Game โ€“ Puzzle where evolving password rules lead to absurd challenges.
  • DuckStation โ€“ High-accuracy PlayStation emulator for Windows, Linux and macOS.
  • DoomPDF โ€“ Doom source port that runs entirely inside a PDF file.