MoreRSS

site iconTrack Awesome listModify

Track Awesome List Daily Updates on Github.
Please copy the RSS to your reader, or quickly subscribe to:

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of Blog of Track Awesome list

Awesome List Updated on Aug 11, 2026

2026-08-11 10:23:14

1. Awesome Fiber

⚙️ Middlewares / ‍💻 Contrib

  • spnego (⭐301) - Kerberos authentication middleware for Fiber using the SPNEGO mechanism.

2. Typedb Awesome

Open source projects using TypeDB

  • skills - A collection of agent skills, including a TypeDB skill for agent workflows.

3. Magictools

Graphics / Spritesheet Tools

  • 🆓 PixelChart Sprite Sheet Tools - Pack frames into a sheet with a JSON atlas, slice sheets back into PNGs, and convert between sheets and animated GIFs. Runs in the browser, no upload.

Graphics / Texture Tools

  • 🆓 PixelChart Normal Map Generator - Turns an image into normal, height and ambient occlusion maps with a live WebGL lit preview. Exports PNG or ZIP, runs entirely in the browser.

Graphics / Animation

  • 🆓 GameAsset.net - 10,000+ free CC0 character animations, previewable in 3D with GLB download.

Graphics / Vector/Image Editor

  • 💸 Pixanima - Free in-browser pixel-art and animation editor with layers, a frame timeline, GIF/sprite-sheet export, and an optional AI assistant.

4. Awesome Selfhosted

Software / Software Development - IDE & Tools

  • Hopp - Remote pair programming app with low-latency 4K screen sharing, drawing, and remote control, with clients for macOS and Windows (alternative to Tuple, Pop, Drovio, Coscreen). (Source Code (⭐647)) AGPL-3.0 Docker

5. Awesome Ddd

Books

Sample Projects / GO

  • Go DDD Template (⭐759) - Production-grade DDD and CQRS template with value objects, race-safe idempotent commands, domain events with a transactional outbox, and a tutorial series teaching DDD from zero.

Sample Projects / .NET (C#/F#)

  • AppointMe (⭐39) - A production-grade SaaS template on .NET 10, React, modular monolith, vertical slices, multitenancy, CQRS, DDD, event-driven architecture, durable messaging (outbox).
  • OpenMind.DDD.Patterns (⭐5) - A comprehensive C# demo of DDD tactical patterns (Entities, Value Objects, Aggregates, Domain Events) and strategic design (Bounded Contexts, Context Mapping) using an order management domain, with CQRS, Event-Driven Architecture, and MongoDB.

Sample Projects / JavaScript / TypeScript

  • txob - Transactional outbox event processor with Postgres and MongoDB native plugins — at-least-once delivery, near-realtime wakeup signals, graceful shutdown, and horizontal scalability.

Sample Projects / JVM languages

  • Casino Engine (⭐18) - Production iGaming/casino engine in Kotlin/Ktor demonstrating Hexagonal Architecture with DDD and CQRS. Aggregates raise domain events, repository ports live in the domain layer, command and query handlers are wired through a Koin-discovered registry, and domain events are published to RabbitMQ after the write transaction commits. Apache 2.0.

Libraries and Frameworks / .NET

  • OpenCQRS (⭐28) - OpenCQRS is a .NET framework for DDD, CQRS, and Event Sourcing. It can be used as a simple mediator or as a full Event Sourcing solution with Cosmos DB or Entity Framework Core as storage. It has built-in support for Service Bus, RabbitMQ, Redis Cache, Memory Cache, and FluentValidation among other features.
  • Stratara (⭐2) - CQRS and Event Sourcing framework for .NET with tamper-evident streams and tenant-aware encryption, plus integrated mediator, outbox, sagas and projections.
  • Deveel Events- Provides an easy-to-use framework for the publication and subscription of events in .NET applications, supporting multiple messaging channels (eg. RabbitMQ, Azure Service Bus, etc.) and a variety of serialization formats (eg. JSON, XML, etc.).

Libraries and Frameworks / JavaScript / TypeScript

  • nestjs-hexagonal (⭐5) - Claude Code plugin for building NestJS bounded contexts with Hexagonal Architecture, DDD, CQRS, and event-driven patterns.

Libraries and Frameworks / JVM

  • Pure Assert (⭐4) - A lightweight, zero-dependency Java library for expressive pure input assertions and domain invariants.

User Groups / Ruby

Tools / Ruby

6. Awesome Integration

Projects / AI Gateway

  • Bifrost (⭐7.2k) (⭐6.9k) - A high-performance AI gateway written in Go that unifies more than 20 model providers behind a single OpenAI-compatible API, with failover, load balancing, semantic caching, and governance.
  • LiteLLM (⭐56k) (⭐56k) - An LLM gateway that exposes 100+ model providers through a unified OpenAI-compatible API, with spend tracking, fallbacks, and rate limiting.
  • Obot (⭐937) (⭐923) - An open-source MCP platform that combines server hosting, a registry, a gateway, and a chat client with access control and audit logging.

Projects / API Management

Projects / API Documentation

  • Zudoku (⭐575) (⭐567) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.

Projects / API Gateway

Projects / API Testing

  • Testing tools and frameworks
    • Apache JMeter (⭐9.5k) (⭐9.5k) - A feature-rich tool for load testing and performance analysis across diverse web applications and services.
    • Artillery (⭐9k) (⭐9k) - A complete load testing platform supporting HTTP, WebSocket, Socket.io, gRPC, and more, with cloud-native serverless scaling on AWS Lambda and Fargate.
    • Gatling (⭐6.9k) (⭐6.9k) - A powerful load testing framework with a developer-friendly DSL that delivers detailed performance metrics.
    • Hurl (⭐19k) (⭐19k) - A command-line tool for running HTTP requests with plain text syntax, excellent for both API testing and CI/CD integration with support for chaining, capturing values, and comprehensive assertions.
    • Keploy (⭐18k) (⭐18k) - A developer-centric API and integration testing tool that auto-generates tests and data-mocks from real traffic using eBPF, supporting any language without code changes.
    • ghz (⭐3.3k) (⭐3.3k) - A simple gRPC benchmarking and load testing tool with support for various load schedules, concurrency control, and detailed performance metrics.
    • Grafana k6 (⭐31k) (⭐31k) - Open-source, JS-scriptable load-testing tool for CI/CD.
    • Karate (⭐8.9k) (⭐8.9k) - A unified testing framework that merges API automation, mocking, and performance testing with simple, expressive syntax.
    • Pyresttest (⭐1.1k) (⭐1.2k) - A Python-based testing tool offering easy YAML/JSON-driven REST API testing and microbenchmarking.
    • REST Assured (⭐7.1k) (⭐7.1k) - A Java DSL that simplifies REST API testing with intuitive syntax and seamless integration into CI pipelines.
    • RESTler (⭐2.9k) (⭐2.9k) - A stateful REST API fuzzing tool that automatically discovers security and reliability bugs by intelligently inferring producer-consumer dependencies from OpenAPI specifications.
    • Schemathesis (⭐3.5k) (⭐3.5k) - A Python library for property-based testing of API schemas, ensuring reliability through robust edge-case detection.
    • Taurus (⭐2.1k) (⭐2.1k) - An open-source automation framework that simplifies continuous testing with intuitive configuration and integration support.

Projects / B2B Integration

  • phase4 (⭐234) (⭐233) - Embeddable, lightweight Java library implementing the AS4 messaging protocol, including the Peppol and CEF/eDelivery profiles.

Projects / Business Rules Engine

  • OpenL Tablets (⭐201) (⭐200) - Flexible open-source decision management system that simplifies defining and executing business rules and decision tables.

Projects / Change Data Capture

  • Debezium (⭐13k) (⭐13k) - Open-source distributed platform for change data capture that turns your existing databases into event streams for real-time data integration.

Projects / Data Integration

  • Conduit (⭐605) (⭐603) - Lightweight data integration tool written in Go that streams data between systems using built-in or standalone connectors, with Kafka Connect compatibility.
  • Sling (⭐885) (⭐883) - Fast ELT command-line tool and Go library for moving data between databases, files, and cloud storage across a wide set of connectors.

Projects / Data Mapping Solution

  • JSLT (⭐698) (⭐696) - Powerful JSON query and transformation language inspired by jq and XPath, designed for rapid and flexible data manipulation.
  • Kaoto (⭐112) (⭐111) - Visual data mapper for Apache Camel with a drag-and-drop interface supporting XML, JSON, CSV, and XSLT transformations. Successor to AtlasMap.

Projects / Enterprise Service Bus

  • WSO2 Integrator: MI (⭐258) (⭐257) - The configuration-driven integration runtime of the WSO2 Integrator platform, supporting enterprise integration patterns in centralised and containerised deployments.

Projects / Integration Frameworks

  • Wolverine (⭐2.3k) (⭐2.3k) - Low-ceremony messaging and command-bus framework for .NET with built-in durable messaging and transports like RabbitMQ and Kafka.

Projects / Message Broker

  • LavinMQ (⭐987) (⭐982) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.

Projects / Schema Registry

  • Apicurio Registry (⭐902) (⭐895) - Open-source registry for API designs and schemas, supporting Avro, Protobuf, JSON Schema, OpenAPI, and AsyncAPI artifacts with configurable compatibility rules.

Projects / Self-Service Integration

  • n8n (⭐200k) (⭐199k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.

Projects / Workflow Engine

  • Cadence (⭐9.4k) (⭐9.4k) - Fault-tolerant, stateful platform that reliably orchestrates long-running workflows and complex applications.
  • Inngest (⭐5.7k) (⭐5.7k) - Event-driven durable execution platform that runs reliable step functions inside your existing services.
  • LittleHorse (⭐392) (⭐391) - High-throughput, low-latency microservice orchestration engine built on Kafka Streams, with SDKs in multiple languages.

Resources / API Specification

Resources / Data Formats

  • Apache Arrow (⭐17k) (⭐17k) - Language-agnostic columnar in-memory format for fast data interchange, including the Arrow IPC format and Flight RPC for moving data between systems.
  • YAML (⭐497) (⭐491) - A human-friendly and easy-to-read data serialization format that is widely used for configuration files and data exchange. It supports rich data types and is compatible with most programming languages.

Resources / Structure and Validation

  • JSON Schema (⭐5.1k) (⭐5.1k) - A powerful tool for validating the structure of JSON data. JSON Schema enables developers to ensure that JSON data conforms to a specific structure, making it easier to process and manipulate.

7. Awesome Agents

MCP Servers and Data Connectors

  • CorpusIQ (⭐17) - Open-source MCP server that connects AI agents to business data APIs such as Stripe, GA4, Shopify, QuickBooks, and HubSpot.

8. Awesome Icons

Tools

  • SVG to TGS - Animates SVG artwork in the browser and exports Telegram-ready TGS files for animated stickers and custom emoji.
  • FaviconDL - Fetch and download any website's favicon by URL, with multiple sizes and a public API.

9. Awesome Langchain

LangChain Framework

Ports to other languages

Tools / Low-code

Tools / Services

Tools / Agents

  • Private GPT (⭐57k): Interact privately with your documents using the power of GPT, 100% privately, no data leaks GitHub Repo stars
  • Colossal-AI (⭐41k): LLM training and inference system whose ColossalChat application implements LLM with RLHF GitHub Repo stars
  • CrewAI (⭐56k): Cutting-edge framework for orchestrating role-playing, autonomous AI agents. GitHub Repo stars
  • BlockAGI (⭐322): BlockAGI conducts iterative, domain-specific research, and outputs detailed narrative reports to showcase its findings GitHub Repo stars
  • deepagents (⭐28k): LangChain's framework for building deep agents that plan, delegate to sub-agents, and work against a virtual file system over long-horizon tasks. Includes dcode, a model-agnostic open-source coding agent. GitHub Repo stars

Tools / Templates

  • AI (⭐26k): Vercel template to build AI-powered applications with React, Svelte, and Vue, first class support for LangChain GitHub Repo stars

Open Source Projects / Knowledge Management

  • Quivr (⭐39k): Opinionated RAG for integrating GenAI into your apps GitHub Repo stars

Open Source Projects / Other / Chatbots

  • DB GPT (⭐20k): Interact your data and environment using the local GPT, no data leaks, 100% privately, 100% security GitHub Repo stars
  • Paper QA (⭐9k): LLM Chain for answering questions from documents with citations GitHub Repo stars
  • Chat Langchain (⭐6.4k): locally hosted chatbot specifically focused on question answering over the LangChain documentation GitHub Repo stars
  • Robby-Chatbot (⭐814): AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡.
  • LobeHub (⭐81k) An open-source, extensible (Function Calling), high-performance chatbot framework GitHub Repo stars

Learn / Notebooks

Other LLM Frameworks / Videos Playlists

  • AGiXT (⭐3.2k): Dynamic AI agent automation platform that orchestrates instruction following and complex task management. GitHub Repo stars
  • MetaGPT (⭐70k): The Multi-Agent Meta Programming Framework: Given one line Requirement, return PRD, Design, Tasks, Repo and CI GitHub Repo stars
  • Hyv (⭐24): Probably the easiest way to use any AI Model in Node.js and create complex interactions with ease. GitHub Repo stars
  • Letta (⭐24k): Platform for stateful agents with advanced memory that learn and self-improve GitHub Repo stars
  • OpenAgent (⭐5.5k): Open-source AI LangChain-like RAG (Retrieval-Augmented Generation) knowledge database with web UI and Enterprise SSO⚡️, supports OpenAI, Azure, LLaMA, Google Gemini, HuggingFace, Claude, Grok, etc GitHub Repo stars
  • SWE Agent (⭐20k): SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. GitHub Repo stars
  • AgentRun (⭐376): The easiest, and fastest way to run AI-generated Python code safely GitHub Repo stars

10. Awesome Go

Science / Clients & Libraries

  • DavidBelicza/TextRank (⭐224) — TextRank implementation in Golang with extendable features (summarization, phrase extraction) and multithreading (goroutine). ☆224

11. Awesome Gemini Cli

MCP Servers

  • RunAPI MCP (⭐54) - Remote MCP server for browsing model catalogs, checking pricing, and creating image, video, music, audio, and other model API tasks through RunAPI. Works with Gemini CLI: gemini mcp add --transport http runapi https://mcp.runapi.ai/mcp.

12. Free for Dev

APIs, Data, and ML

  • NASdisks Drive Data API - Free, no-key, CORS-enabled API for NAS HDD/SSD specifications, per-model CMR/SMR classification, and annualized failure rates derived from Backblaze Drive Stats. Returns JSON or CSV, CC BY 4.0, no signup.

Security and PKI

  • CertPost - Live SSL/TLS certificate monitoring on port 443 or custom ports (SMTP/IMAP). Reads the served certificate on the wire, full chain verification, and alerts via email or webhook before expiration. Free tier includes 3 certificates monitored forever.

Web Hosting

  • ShipStatic - Static hosting your AI agent can drive itself: npx @shipstatic/ship ./dist and the site is live, with no install, no signup, no repo, no build. MCP, SDK and API too. Free accounts keep sites permanently with automatic HTTPS, global edge delivery and unmetered bandwidth; custom domains are paid.

13. Awesome Go

Financial

14. Collective Ai Tools

Video

  • Pixmax - All-in-one AI platform for generating videos and images with leading models and visual workflows. #freemium

Awesome List Updated on Aug 10, 2026

2026-08-10 10:30:15

1. Typography

Tools

2. Awesome Claude Code

Start Here

3. Awesome Datascience

Newsletters / Book Deals (Affiliated)

  • Bamboo Weekly - Weekly pandas exercises based on current events and real-world public data, with fully worked solutions. Issues older than two years are free, as are the first two questions + answers in current issues. Archive.

4. Tips

Basic Operations

List of all files till a commit

git ls-tree --name-only -r <commit-ish>

Quickly switch to the previous branch

git checkout -

Alternatives:

git checkout @{-1}

Delete remote branch

git push origin --delete <remote_branchname>

Alternatives:

git push origin :<remote_branchname>
git branch -dr <remote/branch>

Delete remote tag

git push origin :refs/tags/<tag-name>

Undo local changes with the content in index(staging)

git checkout -- <file_name>

Alternatives:

git restore <file_name>

Reword the previous commit message

git commit -v --amend

See commit history for just the current branch

git cherry -v master

Amend author.

git commit --amend --author='Author Name <[email protected]>'

Stage parts of a changed file, instead of the entire file

git add -p

Pick commits across branches using cherry-pick

git checkout <branch-name> && git cherry-pick <commit-ish>

Grab a single file from a stash

git checkout <stash@{n}> -- <file_path>

Alternatives:

git checkout stash@{0} -- <file_path>

Create new working tree from a repository (git 2.5)

git worktree add -b <branch-name> <path> <start-point>

Create new working tree from HEAD state

git worktree add --detach <path> HEAD

Show all commits in the current branch yet to be merged to master

git cherry -v master

Alternatives:

git cherry -v master <branch-to-be-merged>

Modify previous commit without modifying the commit message

git add --all && git commit --amend --no-edit

Prunes references to remove branches that have been deleted in the remote.

git fetch -p

Alternatives:

git remote prune origin

Retrieve the commit hash of the initial revision.

 git rev-list --reverse HEAD | head -1

Alternatives:

git rev-list --max-parents=0 HEAD
git log --pretty=oneline | tail -1 | cut -c 1-40
git log --pretty=oneline --reverse | head -1 | cut -c 1-40

Import from a bundle

git clone repo.bundle <repo-dir> -b <branch-name>

Ignore one file on commit (e.g. Changelog).

git update-index --assume-unchanged Changelog; git commit -a; git update-index --no-assume-unchanged Changelog

Fetch pull request by ID to a local branch

git fetch origin pull/<id>/head:<branch-name>

Alternatives:

git pull origin pull/<id>/head:<branch-name>

Restore deleted file.

git checkout <deleting_commit> -- <file_path>

Restore file to a specific commit-hash

git checkout <commit-ish> -- <file_path>

Marks your commit as a fix of a previous commit.

git commit --fixup <SHA-1>

Skip staging area during commit.

git commit --only <file_path>

Interactive staging.

git add -i

Status of ignored files.

git status --ignored

Checkout a new branch without any history

git checkout --orphan <branch_name>

Find guilty with binary search

git bisect start                    # Search start 
git bisect bad                      # Set point to bad commit 
git bisect good v2.6.13-rc2         # Set point to good commit|tag 
git bisect bad                      # Say current state is bad 
git bisect good                     # Say current state is good 
git bisect reset                    # Finish search 

Bypass pre-commit and commit-msg githooks

git commit --no-verify

Clone a single branch

git clone -b <branch-name> --single-branch https://github.com/user/repo.git

Create and switch new branch

git checkout -b <branch-name>

Alternatives:

git branch <branch-name> && git checkout <branch-name>
git switch -c <branch-name>

Show all local branches ordered by recent commits

git for-each-ref --sort=-committerdate --format='%(refname:short)' refs/heads/

Clone a shallow copy of a repository

git clone https://github.com/user/repo.git --depth 1

Force push to Remote Repository

git push -f <remote-name> <branch-name>

Group commits by authors and title

git shortlog

Forced push but still ensure you don't overwrite other's work

git push --force-with-lease <remote-name> <branch-name>

Number of commits in a branch

git rev-list --count <branch-name>

Add object notes

git notes add -m 'Note on the previous commit....'

Apply commit from another repository

git --git-dir=<source-dir>/.git format-patch -k -1 --stdout <SHA1> | git am -3 -k

Specific fetch reference

git fetch origin master:refs/remotes/origin/mymaster

Generates a summary of pending changes

git request-pull v1.0 https://git.ko.xz/project master:for-linus

Show git status short

git status --short --branch

Checkout a commit prior to a day ago

git checkout master@{yesterday}

Push the current branch to the same name on the remote repository

git push origin HEAD

Push a new local branch to remote repository and track

git push -u origin <branch_name>

Update a submodule to the latest commit

cd <path-to-submodule>
git pull origin <branch>
cd <root-of-your-main-project>
git add <path-to-submodule>
git commit -m "submodule updated"

Duplicating a repository

git clone --bare https://github.com/exampleuser/old-repository.git

git push --mirror https://github.com/exampleuser/new-repository.git

Sparse checkout: clone only specific directories

git clone --filter=blob:none --sparse <url> && cd <repo> && git sparse-checkout set <dir1> <dir2>

Show output in columns

git branch --column

Alternatives:

git tag --column

List worktrees

git worktree list

Remove a worktree

git worktree remove <path>

Alternatives:

git worktree prune

Log and History

Show helpful guides that come with Git

git help -g

Search change by content

git log -S'<a term in the source>'

Show changes over time for specific file

git log -p <file_name>

List all the conflicted files

git diff --name-only --diff-filter=U

List of all files changed in a commit

git diff-tree --no-commit-id --name-only -r <commit-ish>

Unstaged changes since last commit

git diff

Changes staged for commit

git diff --cached

Alternatives:

git diff --staged

Show both staged and unstaged changes

git diff HEAD

What changed since two weeks?

git log --no-merges --raw --since='2 weeks ago'

Alternatives:

git whatchanged --since='2 weeks ago'

See all commits made since forking from master

git log --no-merges --stat --reverse master..

Show all tracked files

git ls-files -t

Show all untracked files

git ls-files --others

Show all ignored files

git ls-files --others -i --exclude-standard

Visualize the version tree.

git log --pretty=oneline --graph --decorate --all

Alternatives:

gitk --all
git log --graph --pretty=format:'%C(auto) %h | %s | %an | %ar%d'

Visualize the tree including commits that are only referenced from reflogs

git log --graph --decorate --oneline $(git rev-list --walk-reflogs --all)

Show inline word diff.

git diff --word-diff

Show changes using common diff tools.

git difftool [-t <tool>] <commit1> <commit2> <path>

Commits in Branch1 that are not in Branch2

git log Branch1 ^Branch2

List n last commits

git log -<n>

Alternatives:

git log -n <n>

Open all conflicted files in an editor.

git diff --name-only | uniq | xargs $EDITOR

View the GPG signatures in the commit log

git log --show-signature

Extract file from another branch.

git show <branch_name>:<file_name>

List only the root and merge commits.

git log --first-parent

List commits and changes to a specific file (even through renaming)

git log --follow -p -- <file_path>

Search Commit log across all branches for given text

git log --all --grep='<given-text>'

Get first commit in a branch (from master)

git log --oneline master..<branch-name> | tail -1

Alternatives:

git log --reverse master..<branch-name> | head -6

Show the author, time and last revision made to each line of a given file

git blame <file-name>

Show how many lines does an author contribute

git log --author='_Your_Name_Here_' --pretty=tformat: --numstat | gawk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s removed lines: %s total lines: %s
", add, subs, loc }' -

Alternatives:

git log --author='_Your_Name_Here_' --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s
", add, subs, loc }' - # on Mac OSX

Show all the git-notes

git log --show-notes='*'

List unpushed git commits

git log --branches --not --remotes

Alternatives:

git log @{u}..
git cherry -v

Add everything, but whitespace changes

git diff --ignore-all-space | git apply --cached

blame on certain range

git blame -L <start>,<end>

Show a Git logical variable.

git var -l | <variable>

Get the repo name.

git rev-parse --show-toplevel

logs between date range

git log --since='FEB 1 2017' --until='FEB 14 2017'

Exclude author from logs

git log --perl-regexp --author='^((?!excluded-author-regex).*)$'

View expanded details of changes in last commit

git show

Visualize each position of HEAD in the last 30 days

git reflog

Compare two versions of a rebased branch

git range-diff <base>..<old-tip> <base>..<new-tip>

Alternatives:

git range-diff <rev1>...<rev2>

Automate bisect with a test script

git bisect start <bad> <good> && git bisect run <script>

Blame with line range

git blame -L <start>,<end> <file>

Alternatives:

git blame -L :'<funcname>' <file>

Detect moved or copied lines in blame

git blame -M -C <file>

Alternatives:

git blame -C -C -C <file>

Log with graph in oneline format

git log --oneline --graph --all --decorate

Find commits where a file was deleted

git log --diff-filter=D --summary | grep delete

Alternatives:

git log --all --full-history -- <file>

Show commit count per author per time period

git shortlog -sn --since='1 year ago'

Alternatives:

git shortlog -sne --all

Verify commit signatures

git verify-commit <commit>

Alternatives:

git log --show-signature

Show diff with word-level granularity using color

git diff --color-words

Alternatives:

git diff --word-diff=color

Merging and Rebasing

Rebases 'feature' to 'master' and merges it in to master

git rebase master feature && git checkout master && git merge -

Stash changes before rebasing

git rebase --autostash

Squash fixup commits normal commits.

git rebase -i --autosquash

Change previous two commits with an interactive rebase.

git rebase --interactive HEAD~2

Find common ancestor of two branches

git merge-base <branch-name> <other-branch-name>

Change a branch base

git rebase --onto <new_base> <old_base>

Create a fixup commit and auto-squash

git commit --fixup=<commit> && git rebase -i --autosquash <commit>~1

Rebase interactively from the root commit

git rebase -i --root

Remotes

Changing a remote's URL

git remote set-url origin <URL>

Get list of all remote references

git remote

Alternatives:

git remote show

Adding Remote name

git remote add <remote-nickname> <remote-url>

List all currently configured remotes

git remote -v

List references in a remote repository

git ls-remote git://git.kernel.org/pub/scm/git/git.git

Refresh the list of remote branches

git remote update origin --prune

Create a bundle file for offline sharing

git bundle create <file>.bundle --all

Alternatives:

git bundle create <file>.bundle <branch-name>

Clone from a bundle file

git clone <file>.bundle <directory>

Partial clone: clone without blobs for faster fetch

git clone --filter=blob:none <url>

Alternatives:

git clone --filter=tree:0 <url>

Setup and Config

Remove sensitive data from history, after a push

git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch <path-to-your-file>' --prune-empty --tag-name-filter cat -- --all && git push origin --force --all

Reset author, after author has been changed in the global config.

git commit --amend --reset-author --no-edit

Get git bash completion

curl -L http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc

Git Aliases

git config --global alias.<handle> <command> 
git config --global alias.st status

Always rebase instead of merge on pull.

git config --global pull.rebase true

Alternatives:

#git < 1.7.9
git config --global branch.autosetuprebase always

List all the alias and configs.

git config --list

Make git case sensitive.

git config --global core.ignorecase false

Add custom editors.

git config --global core.editor '$EDITOR'

Auto correct typos.

git config --global help.autocorrect 1

Reuse recorded resolution, record and reuse previous conflicts resolutions.

git config --global rerere.enabled 1

Remove entry in the global config.

git config --global --unset <entry-name>

Ignore file mode changes on commits

git config core.fileMode false

Turn off git colored terminal output

git config --global color.ui false

Specific color settings

git config --global <specific command e.g branch, diff> <true, false or always>

Alias: git undo

git config --global alias.undo '!f() { git reset --hard $(git rev-parse --abbrev-ref HEAD)@{${1-1}}; }; f'

Edit [local/global] git config

git config [--global] --edit

List all git aliases

git config -l | grep alias | sed 's/^alias\.//g'

Alternatives:

git config -l | grep alias | cut -d '.' -f 2

Use SSH instead of HTTPs for remotes

git config --global url.'[email protected]:'.insteadOf 'https://github.com/'

Prevent auto replacing LF with CRLF

git config --global core.autocrlf false

Edit config for each level

git config --edit --system

git config --edit --global

git config --edit --local

Enable background maintenance for faster operations

git maintenance start

Alternatives:

git maintenance run --task=gc

Sign commits with SSH key instead of GPG

git config gpg.format ssh && git config user.signingkey ~/.ssh/id_ed25519.pub && git commit -S -m '<message>'

Enable rerere to auto-resolve recurring merge conflicts

git config rerere.enabled true

Set default branch name for new repos

git config --global init.defaultBranch main

Stashing

Saving current state of tracked files without committing

git stash

Alternatives:

git stash push

Saving current state of unstaged changes to tracked files

git stash -k

Alternatives:

git stash --keep-index
git stash push --keep-index

Saving current state including untracked files

git stash -u

Alternatives:

git stash push -u
git stash push --include-untracked

Saving current state with message

git stash push -m <message>

Alternatives:

git stash push --message <message>

Saving current state of all files (ignored, untracked, and tracked)

git stash -a

Alternatives:

git stash --all
git stash push --all

Show list of all saved stashes

git stash list

Show the contents of any stash in patch form

git stash show -p <stash@{n}>

Apply any stash without deleting from the stashed list

git stash apply <stash@{n}>

Apply last stashed state and delete it from stashed list

git stash pop

Alternatives:

git stash apply stash@{0} && git stash drop stash@{0}

Delete all stored stashes

git stash clear

Alternatives:

git stash drop <stash@{n}>

Stash only unstaged changes

git stash push --keep-index

Stash specific files

git stash push -m '<message>' <file1> <file2>

Show a diffstat summary of a stash

git stash show --stat <stash@{n}>

Alternatives:

git stash show -p <stash@{n}>

5. Awesome Iot

Software / Libraries and Tools

6. Awesome Mqtt

Tools

  • MQTTForge (⭐0) - Test console that builds a broker's topics into a live tree, shows every frame on the wire, and publishes by hand. Desktop app for macOS, Windows and Linux, or a single Docker image.

7. Awesome Selfhosted

Software / Automation

  • Mylar3 - Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents. (Source Code (⭐98)) GPL-3.0 Python/Docker

8. Awesome Icons

Archive of Icons

  • IconSearch - Search and compare 355,000+ SVG icons across 229 open-source libraries.

9. Awesome Mac

Education / Audio Record and Process

  • Leafy - Look up any word on screen with ⌥A, including in PDFs and images, and save it to a searchable local library. Freeware

10. Awesome Go

Images

  • eagle-image-api (⭐31) - Image optimization and transformation API using libvips, deployable to AWS Lambda and CloudFront.

Awesome List Updated on Aug 09, 2026

2026-08-09 10:24:36

1. Awesome Zsh Plugins

Plugins / superconsole - Windows-only

Themes / superconsole - Windows-only

  • adhde (⭐1) - Includes decorators for user@host, current directory, git status, last command status and datetime.
  • litmus (⭐0) - Connection-aware colors: prompt turns cyan on local sessions and magenta over SSH, so you always know where you are, includes decorators for datetime, git status, root status indicator, exit status of last command and user@host.

2. Awesome Computational Biology

Drug Perturbation

  • CellOT (⭐178) — Neural optimal transport framework for predicting single-cell responses to drug and genetic perturbations.
  • CMonge (⭐19) — Conditional optimal transport model for generalizable single-cell perturbation response prediction across drugs and doses.

3. Awesome Gatling

Tools / Plugins

  • gatling-kafka-extension (⭐5) - A Gatling extension for load testing Kafka applications, with a focus on Request-Reply (RPC) patterns, Quality of Service (QoS) measurement, and resilience testing.

4. Awesome Selfhosted

Software / Database Management

  • StackRender - Database schema design and SQL migration generator supporting PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, and Oracle. (Demo, Source Code (⭐465)) AGPL-3.0 Nodejs/Docker

Software / Inventory Management

  • DVinyl (⭐177) - Modern collection manager for physical media (vinyls, CDs, cassettes, books, movies, and video games). MIT Nodejs/Docker

Software / Pastebins

  • 1time - Zero-knowledge one-time secret sharing. Create a one-time link for a password, API key, or file. Encrypted client-side in the browser, never reaches the server in plaintext, self-destructs after the allowed number of views (one by default). (Demo, Source Code (⭐38)) MIT Docker

Software / Task Management & To-do Lists

  • dayGLANCE - Day planner with drag-and-drop time blocking, inbox, recurring tasks, habits, routines, goals, projects and Pomodoro focus mode, plus iCal and CalDAV calendar sync. Data stays in the browser, with optional WebDAV or GLANCEvault sync. (Source Code (⭐107), Clients (⭐2)) MIT Javascript/Docker

Software / Ticketing

5. Awesome Agents

Platforms

  • NotFair (⭐3.3k) - Open-source Claude Code skills for SEO, GEO, Google Ads, and Meta Ads; connects to live data via Google Ads MCP, Meta Ads MCP, Google Search Console MCP, and Google Analytics (GA4) MCP.
  • Aeon (⭐625) - Autonomous agent framework that runs unattended on GitHub Actions, on a cron schedule or reactive repo triggers, dispatching Markdown skills to one of six coding-agent harnesses (Claude Code, Codex, Grok, Pi, Vibe, Kimi) with quality scoring, git-persisted memory, and a self-healing loop.

Frameworks

  • agent-kit (⭐4) - Secure per-customer TypeScript agents with sandboxed execution, curated memory, and human-gated learning. Built on Vercel AI SDK and AgentFS.

Standards and Specifications

  • Agent Passport System (APS) - IETF Internet-Draft specifying verifiable agent identity, faceted authority that can only attenuate across seven constraint dimensions, deterministic action and decision references, and a common envelope for signed action receipts. Defines bindings for MCP tool calls and imported OAuth identity-assertion grants.

Research and Papers

  • ClawBench (⭐554) - Live-site benchmark for evaluating browser agents on everyday online workflows.

6. Awesome Gemini Cli

Agent Orchestration & CLI Tools

  • intentic (⭐5) - Self-hosted workspace that runs Gemini CLI over ACP (gemini --experimental-acp) alongside Claude Code, Codex, and OpenCode. Each agent gets its own Docker container and git worktree on hardware you own; terminals survive disconnects, any browser or phone reopens the same fleet, and changes land through per-file, per-hunk diff review. Scheduled and webhook-triggered runs. MIT.

Development Tools & Utilities

  • Agent Island (⭐102) - Free, MIT-licensed native status companion for Gemini CLI, Claude Code, Codex, Grok, and Cursor sessions. Shows local working, stalled, and your-turn state, and tracks Gemini Pro and Flash quota separately, without an Agent Island account or product telemetry. macOS and Windows.

7. Free for Dev

Email

  • Reloop - Transactional email API and SMTP for developers. Free plan: 3,000 emails/month, 200 emails/day, one custom domain and one agent inbox.

8. Public Apis

Data Validation

  • API: SchemaShield

    Description: Read-only preflight for breaking schema changes and downstream query impact

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

    :

Development

  • API: AmberOne

    Description: Turn any website into a build-ready Android, iOS, PWA or Electron app project

    Auth: apiKey

    HTTPS: Yes

    CORS: No

  • API: Diagrams.so

    Description: Generate editable draw.io architecture diagrams from text or infrastructure code

    Auth: apiKey

    HTTPS: Yes

    CORS: No

  • API: Utilorax

    Description: 203 JSON endpoints: hashing, encoding, unit conversion, text, dates and file conversion

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Email

  • API: AGPC Domain Check

    Description: Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report

    Auth: No

    HTTPS: Yes

    CORS: Yes

Government

  • API: Indian Mandi Prices

    Description: Free, keyless daily wholesale mandi prices for 5 Indian states, sourced from data.gov.in

    Auth: No

    HTTPS: Yes

    CORS: Yes

Health

  • API: ERstat

    Description: Live Canadian emergency room closures and service disruptions, by province

    Auth: apiKey

    HTTPS: Yes

    CORS: Yes

Machine Learning

  • API: Statlyte

    Description: Live pricing, context windows and model ids for major LLM APIs

    Auth: No

    HTTPS: Yes

    CORS: Yes

Open Data

  • API: EOSL

    Description: Hardware end-of-sale and end-of-service-life dates by part number, source-linked

    Auth: No

    HTTPS: Yes

    CORS: Yes

  • API: Registrum

    Description: UK company data: profiles, directors, PSC, iXBRL-parsed financials, ECCTA status

    Auth: apiKey

    HTTPS: Yes

    CORS: No

Shopping

  • API: Marketplace Fee Data

    Description: Seller fee schedules for 21 e-commerce marketplaces and payment processors as JSON

    Auth: No

    HTTPS: Yes

    CORS: Yes

Social

  • API: Publora

    Description: Publish and schedule posts to ten social networks from one endpoint

    Auth: apiKey

    HTTPS: Yes

    CORS: No

  • API: RedditAPIs

    Description: Reddit data API: subreddit listings, post/comment/community/user search, comment trees, top posts

    Auth: apiKey

    HTTPS: Yes

    CORS: Unknown

  • API: TweetAPI

    Description: Public Twitter data for posts, profiles, followers, search, lists and communities

    Auth: apiKey

    HTTPS: Yes

    CORS: No

  • API: XFlux

    Description: Read X/Twitter profiles, search, timelines; account monitors with signed webhooks

    Auth: apiKey

    HTTPS: Yes

    CORS: No

Sports & Fitness

  • API: Bet Better

    Description: Sports model win probabilities and fair odds across 13 leagues

    Auth: No

    HTTPS: Yes

    CORS: Yes

9. Awesome Mac

Reading and Writing Tools / Markdown Tools Awesome List

  • Imark (⭐13) - Open-source Markdown reader that stores your comments inside the document itself as HTML comments. Open-Source Software FreewareNative App

Utilities / Window Management

  • Plonk (⭐1) - Menu bar window manager with snap zones, hotkeys, and saved workspaces that relaunch your apps and put every window back on its monitor; an AI agent can drive it over MCP. Open-Source Software Freeware

10. Collective Ai Tools

Resume

  • CVExpert - Free, no-sign-up CV health and CV–job keyword checks that run in the browser without uploading or saving pasted text. #free

Awesome List Updated on Aug 08, 2026

2026-08-08 10:17:45

1. Awesome Streaming

Table of Contents / Streaming Engine

  • Wingfoil (⭐199) [Rust/Python/TypeScript] - Graph based stream processing engine for latency-critical systems such as electronic trading and real-time AI. The same calculation graph runs in interpreted, compiled or hybrid mode.

2. Awesome Tmux

Plugins

  • tmux-ctrl (⭐0) Control tmux from the command line: session navigation, pane moving, and token extraction.

3. Awesome Neovim

Programming Languages Support / Markdown and LaTeX

4. Game Datasets

Dataset / Web

Market Research / Related

  • IndieList - Indie game, studio, publisher, and funding relationship data with transparent sales estimates and market research tools.

5. Awesome Polars

Polars plugins / Finance

  • quantwave (⭐8) - Polars-native technical analysis (221 indicators), execution-aware backtesting, and batch/streaming parity with a Rust core and agent skill by @lavs9.

6. Awesome Mqtt

Tools

  • LazyMQTT (⭐2) - A fast, terminal-UI MQTT client written in Rust — inspired by MQTT Explorer, but keyboard-driven and living in your terminal.

7. Awesome Fiber

⚙️ Middlewares / ‍💻 Contrib

  • prometheus (⭐301) - Middleware that instruments incoming requests and serves a metrics endpoint for Prometheus.

8. Free for Dev

Testing

  • Sherlo - Visual regression testing for React Native apps. Free plan: 1,000 snapshots/month, iOS & Android simulators.

Generative AI

  • Gonka Broker - OpenAI-compatible API for open-source models served over the decentralized Gonka.ai GPU network. 1M+ free tokens monthly. Easy integration with many AI tools.

Managed Data Services

  • Layerbase - 2 free managed databases, pick from: Postgres, MariaDB, Redis, Valkey, DuckDB, SQLite, libSQL, and TypeDB. All with TLS. Branch 7 of 8 free engines, 1 branch per database - 10 GB/day, 50 GB/week, 150 GB/month throughput limits on free. 10 additional engines available on higher tiers with no meters.

Design and UI

  • BrandIcons - Favicon API. AI-based discovery for domains without icons or even without web servers. Free tier includes 500,000 requests per month with attribution.

9. Awesome Mac

Design and Product / Design Tools

  • ItsPaint - Native paint and screenshot markup: step badges, pixelate redaction, Instant Alpha. No account or telemetry. Open-Source Software Freeware

10. Awesome Go

Security

  • deidentify (⭐38) - Deterministic, format-preserving removal of personally identifiable information from text and structured data.

11. Awesome V

Command-line

  • oscall (⭐0) - A native, low-level CLI utility written in V for inspecting, loading, and dynamically executing arbitrary C/C++ functions.

Awesome List Updated on Aug 07, 2026

2026-08-07 11:13:07

1. Awesome Vala

CLI Tools / Weather

  • Vamposer (⭐1) - Dependency manager for Vala projects inspired by Composer/Go modules and integrated with Meson subprojects.

2. Awesome Billing

Finance / Currencies

3. Awesome Falsehood

Dates and Time

  • “I'm going to a commune in Vermont and will deal with no unit of time shorter than a season.” - Is the note left on his terminal by a quitting engineer in the 70s, after too much effort toiling away on sub-second timing concerns. Source: The Soul of a New Machine.

4. Awesome Biological Visualizations

Genomics

  • gbatlas - Interactive viewer for GenBank/GenPept records: linear and circular feature maps, CDS translation, ORF and restriction-site layers, entirely in the browser.

Proteomics

  • pdb2print - Convert a PDB structure into a 3D-printable 3MF file, with one object per chain, magnet pockets and custom display stands.

5. Awesome Rust

Applications / System tools

  • theBGuy/GitDesktop (⭐81) - Keyboard-first Git desktop client with PR, issue, discussion, CI and notification management across GitHub, GitLab and Bitbucket, plus Jira linking and AI agent integration; Tauri + Rust backend Release

Libraries / Data visualization

6. Awesome Engineering Team Management

Engineering to Management Transition

  • The One Minute Manager Meets the Monkey - The author use a parable in which problems are monkeys. Unexperienced managers let monkeys being transferred to them, accumulates on their back and compounds. From this, the book teach you how to change from taking on responsibilities to delegating them so you don't become a bottleneck.

Motivation / Happiness

Engineering / Systems Complexity

Project Management / Specifications

Key Performance Indicator (KPI) / Delivery

  • “Numerical goals set for other people, without a road map to reach the goal, have effects opposite to the effects sought.” - W. Edwards Deming

Politics / Equity

  • The 48 Laws of Power - By Robert Greene. Can teach you how to cover your ass and be effective in a highly political org.

7. Awesome Claude Code

Documentation, Knowledge & Learning

  • Agentic Workflow Patterns (⭐287) by ThibautMelen - A comprehensive and well-documented collection of agentic patterns from Anthropic docs, with colorful Mermaid diagrams and code examples for each pattern. Covers Subagent Orchestration, Progressive Skills, Parallel Tool Calling, Master-Clone Architecture, Wizard Workflows, and more. Also compatible with other providers.\ created  last-commit  license  stars
  • Claude Code Handbook by nikiforovall - Collection of best practices, tips, and techniques for Claude Code development workflows, enhanced with distributable plugins
  • Claude Code Repos Index (⭐519) by Daniel Rosehill - This is either the work of a prolific genius, or a very clever bot (or both), although it hardly matters because the quality is so good - an index of 75+ Claude Code repositories published by the author - and I'm not talking about slop. CMS, system design, deep research, IoT, agentic workflows, server management, personal health... If you spot the lie, let me know, otherwise please check these out.\ created  last-commit  license  stars
  • Claude Code System Prompts (⭐12k) by Piebald AI - All parts of Claude Code's system prompt, including builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, Bash cmd, security review, agent creation, etc.). Updated for each Claude Code version.\ created  last-commit  license  stars
  • claude-code-docs (⭐50) by Constantin Shafranski - A mirror of the Anthropic&copy; PBC documentation site for Claude/Code, but with bonus features like full-text search and query-time updates - up-to-the-minute, fully-indexed information so that Claude Code can read about itself.\ created  last-commit  license  stars
  • Encyclopedia of Agentic Coding Patterns by Wolf McNally - A freely available reference covering 190+ patterns for AI-assisted software development (and actually a whole bunch of related technical topics) from foundational concepts through agentic construction patterns, governance, testing, and socio-technical systems. Each entry follows a consistent pattern-language format with Context, Problem, Forces, Solution, Consequences, and Related Patterns. Opinionated and erudiate, which is actually good for an "encyclopedia" in some ways.
  • learn-faster-kit (⭐345) by Hugo Lau - A creative educational framework for Claude Code, inspired by the "FASTER" approach to self-teaching. Ships with a variety of agents, slash commands, and tools that enable Claude Code to help you progress at your own pace, employing well-established pedagogical techniques like active learning and spaced repetition.\ created  last-commit  license  stars

Agent Orchestration / Obsidian

  • AB Method (⭐181) by Ayoub Bensalah - A principled, spec-driven workflow that transforms large problems into focused, incremental missions using Claude Code's specialized sub agents. Includes slash-commands, sub agents, and specialized workflows designed for specific parts of the SDLC.\ created  last-commit  license  stars
  • Harness (⭐8.6k) by revfactory - A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use. Resources are in Korean but can produce high-quality English-language output.\ created  last-commit  license  stars
  • Project Workflow System (⭐330) by harperreed - A set of commands that provide a comprehensive workflow system for managing projects, including task management, code review, and deployment processes.\ created  last-commit  license  stars
  • RIPER Workflow (⭐91) by Tony Narlock - Structured development workflow enforcing separation between Research, Innovate, Plan, Execute, and Review phases. Features consolidated subagents for context-efficiency, branch-aware memory bank, and strict mode enforcement for guided development.\ created  last-commit  license  stars

Agent Orchestration / Ralph Wiggum

  • ralph-orchestrator (⭐3.1k) by mikeyobrien - Ralph Orchestrator implements the simple but effective "Ralph Wiggum" technique for autonomous task completion, continuously running an AI agent against a prompt file until the task is marked as complete or limits are reached. This implementation provides a robust, well-tested, and feature-complete orchestration system for AI-driven development. Also cited in the Anthropic Ralph plugin documentation.\ created  last-commit  license  stars

8. Awesome Go

Web Development / Web Frameworks

9. Awesome Ios Books

iOS

Swift

UI

SwiftUI

Architecture

Multithreading

Data Structures and Algorithms

Database

Machine Learning

Testing

tvOS

Interview

10. Awesome Machine Learning

Python / Neural Networks

  • fenn (⭐81) - A simple Python framework for building ML/DL workflows and LLM agents faster, with prebuilt trainers, agent templates, logging, configuration management, and much more.

11. Free for Dev

APIs, Data, and ML

  • AnyHook - Inbound webhook relay: point a Stripe, GitHub or LINE bot webhook at it and it stores each event before delivering to your handler, retries automatically when your endpoint is down, and keeps a log you can replay from. Endpoints can be created from the API with no account. Free plan includes 3,000 events/month, 1 app, 3 retries and 3 days of retention, no credit card.

12. Awesome Go

Project Layout

Web Frameworks

  • Goshtoso (⭐20) - Server-rendered UI components for Go applications, built with templ, Tailwind CSS, HTMX, and Alpine.js.

13. Collective Ai Tools

HealthCare

  • Cortexa - AI medical scribe that generates reviewable clinical notes, with a free tier for unlimited transcription and an optional clip-on recorder. #freemium

Video

  • VidLux AI - An all-in-one AI video creation platform for generating and editing videos from text, images, videos, and audio references. #freemium

Awesome List Updated on Aug 06, 2026

2026-08-06 11:31:14

1. Awesome Mongodb

Libraries / C#/.NET

  • FluentStorage (⭐454) - .NET polycloud storage framework which provides a unified API across 15+ providers, including MongoDB GridFS

2. Awesome Preact

Contents / Components

  • I18n Micro (⭐246) - Lightweight Preact bindings for i18n-micro (hooks, context, and UI components).

3. Awesome Testing

Software / Visual Testing

  • Image Diff - Free, browser-based pixel diff tool for comparing two images and highlighting exactly what changed, with an adjustable sensitivity threshold. No upload, no sign-up.

4. Awesome Open Hardware

Projects / Automation, Manufacturing, and Robotics

5. Awesome Pixel Art

Tools / Editors

  • Draw! - Editor for creating tiny GIF animations. Open source and free, works in the browser.

6. Awesome Iot

Software / Middlewares

  • DeviceChain (⭐2) - Apache-2.0 self-hosted IoT platform written in Go and React. Multi-tenant microservices on Kubernetes, with MQTT, Sparkplug B and LwM2M ingest, TimescaleDB time-series storage, a CEL-based rule engine driving alarms and outbound connectors (webhooks, MQTT, Kafka, cloud queues), versioned dashboards, and GraphQL APIs. (Docs)

7. Free for Dev

Remote Desktop Tools

  • Parsec - Free for installation on unlimited number of devices(for personal use) and allows up to 20 connections to a single device at once. (great for gaming/low latency work)

8. Awesome Mac

Utilities / Cleanup and Uninstall

  • MacOSCleaner (⭐4) - Free, open-source macOS cleaner with disk analyzer, app uninstaller, and smart cleanup. Open-Source Software Freeware