awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

45 مستودعات

Awesome GitHub RepositoriesSoftware Tools

Miscellaneous software and utilities built with Go.

Explore 45 awesome GitHub repositories matching part of an awesome list · Software Tools. Refine with filters or upvote what's useful.

Awesome Software Tools GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • schollz/crocالصورة الرمزية لـ schollz

    schollz/croc

    35,272عرض على GitHub↗

    Croc is a command-line utility for sending files and folders between computers using end-to-end encrypted peer-to-peer connections. It employs elliptic curve encryption and key agreement to secure data transmission between remote endpoints. The tool allows users to coordinate transfers using a shared code phrase and supports the operation of custom relay servers to facilitate connections without relying on public infrastructure. It also includes a proxy client to route encrypted traffic through SOCKS5 proxies. Additional capabilities include resumable data transmission for unstable connectio

    Securely transfers files between computers.

    Godata-transferfile-sharinggolang
    عرض على GitHub↗35,272
  • restic/resticالصورة الرمزية لـ restic

    restic/restic

    34,445عرض على GitHub↗

    This project is a command-line utility designed for secure, content-addressable data archiving. It functions as an encrypted backup tool that stores data as deduplicated chunks, ensuring that every piece of information is identified by a cryptographic hash to maintain integrity across all backups. By applying strong encryption and message authentication codes to both data and metadata, the software prevents unauthorized access and detects potential tampering. The tool distinguishes itself through a backend-agnostic storage abstraction that allows users to maintain repositories across diverse

    Decoupled, secure backup program.

    Gobackupdedupededuplication
    عرض على GitHub↗34,445
  • buger/gorالصورة الرمزية لـ buger

    buger/gor

    19,290عرض على GitHub↗

    Gor is a set of specialized utilities for recording, replaying, and shadowing network traffic to validate system behavior under real-world conditions. It functions as an HTTP traffic recording tool, a network traffic capture engine, and a system for duplicating live production traffic. The project provides capabilities for recording real-time HTTP network traffic and storing it for later playback or analysis. It can duplicate live production network traffic and redirect it to a staging environment in real time, or replay recorded network requests against a target environment to validate syste

    HTTP traffic replication tool for production testing.

    Go
    عرض على GitHub↗19,290
  • shopify/toxiproxyالصورة الرمزية لـ Shopify

    Shopify/toxiproxy

    12,088عرض على GitHub↗

    Toxiproxy is a framework designed for chaos engineering and network resilience testing. It functions as a programmable TCP proxy that intercepts and routes data streams between clients and servers, allowing developers to simulate unstable network conditions such as latency, bandwidth throttling, and connection failures. The tool provides a control plane that enables the dynamic manipulation of network conditions on active connections in real time. By integrating into automated test suites, it allows for the programmatic injection of faults to validate how distributed systems and microservices

    Proxy for simulating network and system failures.

    Gochaosdowngo
    عرض على GitHub↗12,088
  • tylertreat/comcastالصورة الرمزية لـ tylertreat

    tylertreat/comcast

    10,511عرض على GitHub↗

    Comcast is a Linux network emulator and degradation tool used to simulate unstable or slow connections. It functions as a network impairment simulator that injects latency, packet loss, and bandwidth limits into network interfaces to verify how software handles adverse conditions. The utility serves as a TCP and UDP traffic shaper, allowing users to restrict bandwidth and filter traffic by destination address, protocol, and port. These capabilities enable the isolation of specific traffic streams to test application resilience when particular services are degraded. The tool provides broader

    Simulates network latency and packet loss.

    Go
    عرض على GitHub↗10,511
  • boyter/sccالصورة الرمزية لـ boyter

    boyter/scc

    8,469عرض على GitHub↗

    Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across hundreds of programming and markup languages. It functions as a source code metric engine, software complexity analyzer, and cost estimator. The project differentiates itself by providing a COCOMO cost estimator to predict development effort and financial costs, alongside tools to estimate the cost of regenerating a codebase using large language models. It also includes a Git repository metrics tool that correlates commit history with codebase metrics to identify hotspots, trac

    Fast code counter with complexity estimation.

    Goclicloccode
    عرض على GitHub↗8,469
  • kelseyhightower/confdالصورة الرمزية لـ kelseyhightower

    kelseyhightower/confd

    8,424عرض على GitHub↗

    confd is a dynamic configuration templating engine and manager that generates local application configuration files using data from environment variables and distributed key-value stores. It functions as a client for stores such as etcd and Consul, monitoring these sources for changes to automate the creation and update of files on the local filesystem. The tool serves as an application process reloader, capable of automatically restarting or signaling dependent applications when their underlying configuration files are modified. This ensures that updated settings from a centralized source of

    Manages local application configs using etcd or consul.

    Go
    عرض على GitHub↗8,424
  • gilbertchen/duplicacyالصورة الرمزية لـ gilbertchen

    gilbertchen/duplicacy

    5,656عرض على GitHub↗

    Duplicacy is a cross-platform, deduplicated backup tool that stores encrypted snapshots to local disks and cloud storage services. It operates through both a command-line executable and a web-based graphical interface, enabling backup, restore, and repository management in scripts or through a browser. The software splits files into variable-size chunks identified by their hash, enabling cross-machine deduplication without a central database or chunk index. Each backup creates an immutable snapshot that stores file metadata and chunk references, supporting incremental updates and point-in-tim

    Cross-platform cloud backup tool.

    Go
    عرض على GitHub↗5,656
  • fogleman/nesالصورة الرمزية لـ fogleman

    fogleman/nes

    5,650عرض على GitHub↗

    This project is a Nintendo Entertainment System emulator written in Go. It functions as a hardware simulation that executes game ROMs by mimicking the original console's circuitry, including the processor and picture processing unit. The emulator includes a game library browser that identifies local files and retrieves titles and thumbnails from online databases using file checksums. It also implements a system of memory management mappers to ensure compatibility across various game ROM formats and hardware configurations. The software covers high-level capabilities for game ROM execution an

    Nintendo Entertainment System emulator.

    Go
    عرض على GitHub↗5,650
  • mehrdadrad/mylgالصورة الرمزية لـ mehrdadrad

    mehrdadrad/mylg

    2,718عرض على GitHub↗

    Network Diagnostic Tool

    Network diagnostic CLI tool.

    Gobgpgolanglooking-glass
    عرض على GitHub↗2,718
  • humpheh/goboyالصورة الرمزية لـ Humpheh

    Humpheh/goboy

    2,637عرض على GitHub↗

    Goboy is a GameBoy emulator written in Go that allows original handheld game ROMs to run on modern computer hardware. It supports both monochromatic and color display modes. The project includes specialized tools for retro game debugging and graphics inspection. These capabilities allow for the analysis of game logic by stepping through opcodes, profiling processor execution in real time, and inspecting background palettes, sprite data, and map layouts. The emulator provides game state preservation by writing cartridge RAM to local files. It also implements pixel-buffer rasterization for ren

    Nintendo Game Boy Color emulator.

    Goemulatorgameboygameboy-emulator
    عرض على GitHub↗2,637
  • pressly/supالصورة الرمزية لـ pressly

    pressly/sup

    2,515عرض على GitHub↗

    Super simple deployment tool - think of it like 'make' for a network of servers

    Simple deployment tool for server networks.

    Go
    عرض على GitHub↗2,515
  • yunabe/lgoالصورة الرمزية لـ yunabe

    yunabe/lgo

    2,456عرض على GitHub↗

    Interactive Go programming with Jupyter

    Interactive Go programming via Jupyter.

    Godata-sciencegogolang
    عرض على GitHub↗2,456
  • documize/communityالصورة الرمزية لـ documize

    documize/community

    2,408عرض على GitHub↗

    Documize Community is an open source, modern, self-hosted, enterprise-grade knowledge management solution.

    Wiki software for SaaS-based data.

    JavaScript
    عرض على GitHub↗2,408
  • gocircuit/circuitالصورة الرمزية لـ gocircuit

    gocircuit/circuit

    1,976عرض على GitHub↗

    Circuit: Dynamic cloud orchestration http://gocircuit.org

    Programmable PaaS and IaaS for cloud orchestration.

    Go
    عرض على GitHub↗1,976
  • intelsdi-x/snapالصورة الرمزية لـ intelsdi-x

    intelsdi-x/snap

    1,781عرض على GitHub↗

    The open telemetry framework

    Telemetry framework for system metrics.

    Go
    عرض على GitHub↗1,781
  • msoap/shell2httpالصورة الرمزية لـ msoap

    msoap/shell2http

    1,495عرض على GitHub↗

    Executing shell commands via HTTP server

    Executes shell commands via HTTP server.

    Go
    عرض على GitHub↗1,495
  • pointlander/pegالصورة الرمزية لـ pointlander

    pointlander/peg

    1,112عرض على GitHub↗

    Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.

    Packrat parser generator implementation.

    Go
    عرض على GitHub↗1,112
  • shurcool/go-package-storeالصورة الرمزية لـ shurcooL

    shurcooL/Go-Package-Store

    897عرض على GitHub↗

    An app that displays updates for the Go packages in your GOPATH.

    Displays updates for installed Go packages.

    Gogo
    عرض على GitHub↗897
  • moshebe/gebugالصورة الرمزية لـ moshebe

    moshebe/gebug

    631عرض على GitHub↗

    Debug Dockerized Go applications better

    Enables debugging and hot-reloading for Dockerized Go apps.

    Go
    عرض على GitHub↗631
السابق123التالي
  1. Home
  2. Part of an Awesome List
  3. More to explore
  4. Software Tools