awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repository-uri

Awesome GitHub RepositoriesLocal Development Deployments

Runs a local instance of the platform for testing and evaluation without cloud infrastructure.

Distinct from Fleet Deployment Tracking: No candidate covers local testing deployments; closest candidates focus on fleet tracking or remote management.

Explore 12 awesome GitHub repositories matching devops & infrastructure · Local Development Deployments. Refine with filters or upvote what's useful.

Awesome Local Development Deployments GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • materializeinc/materializeAvatar MaterializeInc

    MaterializeInc/materialize

    6,314Vezi pe GitHub↗

    Materialize is a streaming SQL database that continuously ingests live data from sources such as Kafka, Redpanda, PostgreSQL, and MySQL, and incrementally maintains materialized views. It provides a PostgreSQL-compatible query engine that accepts standard SQL over the PostgreSQL wire protocol, enabling any existing SQL client or BI tool to query real-time data. The system also includes a Model Context Protocol (MCP) server that exposes live materialized view data to AI agents, providing fresh context without polling. Materialize distinguishes itself through its ability to offer configurable c

    Packages the database as a single Docker image for rapid local experimentation without cloud dependencies.

    Rust
    Vezi pe GitHub↗6,314
  • apache/pinotAvatar apache

    apache/pinot

    6,098Vezi pe GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Sets up a single-node instance on a local machine for development and debugging.

    Java
    Vezi pe GitHub↗6,098
  • fleetdm/fleetAvatar fleetdm

    fleetdm/fleet

    6,058Vezi pe GitHub↗

    Fleet is an open-source device management platform that provides centralized control over computing devices running macOS, Linux, Windows, Chromebooks, iOS, and Android. It enables organizations to enroll devices, collect real-time telemetry, enforce security compliance policies, and manage software remotely from a single system. The platform can be deployed as a single binary, run locally for testing, or scaled horizontally across cloud infrastructure on AWS, Kubernetes, GCP, or Render, with support for high availability through database replication and load balancing. The platform distingui

    Runs a local instance of the Fleet platform for testing and evaluation without cloud infrastructure.

    Gobinary-authorizationconfiguration-managementdevice-management
    Vezi pe GitHub↗6,058
  • greptimeteam/greptimedbAvatar GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Vezi pe GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Provides a single command to spin up a minimal cluster for local experimentation.

    Rustanalyticscloud-nativedatabase
    Vezi pe GitHub↗5,968
  • gen-verse/openclaw-rlAvatar Gen-Verse

    Gen-Verse/OpenClaw-RL

    5,517Vezi pe GitHub↗

    OpenClaw-RL este un framework de reinforcement learning pentru antrenarea agenților de tip large language model. Oferă un sistem pentru optimizarea politicilor agenților folosind instrucțiuni în limbaj natural, optimizare bazată pe recompense și un pipeline pentru rafinarea comportamentului modelului prin feedback uman sau de la un judecător. Framework-ul utilizează adaptarea low-rank pentru a actualiza eficient ponderile modelului fără reglarea completă a parametrilor. Dispune de o infrastructură local-first care permite modelului de politică, judecătorului și trainer-ului să ruleze pe hardware privat pentru a menține localitatea datelor. Sistemul acoperă o gamă de capabilități de optimizare, inclusiv antrenarea pentru utilizarea instrumentelor în medii terminale și GUI și rafinarea politicii conversaționale. Implementează o buclă de antrenare hibridă care combină recompensele scalare cu distilarea la nivel de token pentru a oferi feedback atât dens, cât și rar. Pentru a menține performanța, utilizează o arhitectură de execuție asincronă care decuplează servirea agentului de procesul de antrenare.

    Allows the policy model, judge, and trainer to run on private hardware to maintain data locality.

    Pythonasynccodinggrpo
    Vezi pe GitHub↗5,517
  • codegenieapp/serverless-expressAvatar CodeGenieApp

    CodeGenieApp/serverless-express

    5,266Vezi pe GitHub↗

    serverless-express este un adaptor de framework serverless pentru Node.js care permite rularea framework-urilor web standard pe infrastructură serverless. Utilizează un strat de compatibilitate pentru a mapa evenimentele și trigger-ele cloud gateway în obiecte standard de cerere și răspuns HTTP. Proiectul dispune de un generator de cod full-stack care produce endpoint-uri API, scheme de baze de date și boilerplate frontend din configurații centralizate de tip entity-relationship. Include un router de evenimente serverless pentru a traduce evenimentele cloud non-HTTP în cereri HTTP simulate și un instrument pentru provizionarea bazelor de date NoSQL și a resurselor cloud folosind template-uri declarative de tip infrastructure-as-code. Capabilitățile suplimentare acoperă integrarea identității cloud pentru controlul accesului bazat pe token-uri, pipeline-uri de deployment automatizate pentru gestionarea etapelor de mediu și modelarea datelor pentru generarea automată de API-uri CRUD. Sistemul oferă, de asemenea, utilitare pentru codificarea binară base64, logarea structurată a aplicațiilor și trimiterea tranzacțională de e-mailuri. Execuția locală a aplicației este suportată pentru dezvoltare și testare fără a necesita deployment în cloud.

    Runs the web interface and backend on a local machine for development and testing without cloud deployment.

    JavaScriptalbapi-gatewayaws
    Vezi pe GitHub↗5,266
  • jordanknott/taskcafeAvatar JordanKnott

    JordanKnott/taskcafe

    5,176Vezi pe GitHub↗

    Taskcafe is a self-hosted task management system and collaborative work management platform. It provides a private workspace for organizing work through a variety of interfaces, including Kanban boards, hierarchical outlines, and calendars. The platform is designed for containerized deployment, orchestrating the application, database, and cache to ensure consistent environment management. It distinguishes itself by offering project portfolio dashboards for high-level monitoring and the ability to create public project boards that allow external visitors to view content without authentication.

    Provides a containerized local deployment for testing and developing the application and its services.

    TypeScriptgolanggqlgengraphql
    Vezi pe GitHub↗5,176
  • gaianet-ai/gaianet-nodeAvatar GaiaNet-AI

    GaiaNet-AI/gaianet-node

    5,027Vezi pe GitHub↗

    Gaianet-node este un nod de agent AI descentralizat și server de inferență LLM. Funcționează ca un server auto-găzduit pentru implementarea agenților AI autonomi într-o rețea AI peer-to-peer. Proiectul utilizează un model de serviciu AI containerizat pentru a standardiza instalarea și operarea mediilor de agenți. Acest lucru permite implementarea AI descentralizată pe infrastructură distribuită, în loc să se bazeze pe un singur furnizor central. Sistemul suportă administrarea nodurilor AI prin reglarea agenților bazată pe configurație și gestionarea parametrilor operaționali. Oferă capabilități atât pentru implementarea agenților AI auto-găzduiți pe hardware privat, cât și pentru dezvoltarea AI locală cu acces restricționat la rețea.

    Allows running AI agent services locally for testing before deploying to the public decentralized network.

    Shell
    Vezi pe GitHub↗5,027
  • claritylab/lucidaAvatar claritylab

    claritylab/lucida

    4,781Vezi pe GitHub↗

    Lucida is a multimodal AI assistant framework and containerized microservice orchestrator. It provides a platform for building agents that process and integrate speech, vision, and text inputs to perform intelligent tasks, supported by a retrieval-augmented generation system for storing and querying factual data from texts, URLs, and images. The framework features a state-graph workflow engine to route user requests through a sequence of microservices using a predefined state machine. It also includes an extensible plugin interface that allows for the integration of custom functional modules

    Supports launching necessary services and installing system libraries on a local machine.

    Java
    Vezi pe GitHub↗4,781
  • intuitem/ciso-assistant-communityAvatar intuitem

    intuitem/ciso-assistant-community

    4,162Vezi pe GitHub↗

    Acest proiect este o platformă de guvernanță, risc și conformitate concepută pentru a centraliza guvernanța securității, gestionarea riscurilor și activitățile de conformitate cu reglementările. Funcționează ca un manager de framework de securitate cibernetică și un sistem de gestionare cantitativă a riscurilor, permițând organizațiilor să își urmărească postura de securitate printr-un hub centralizat. Platforma se distinge prin capacitatea sa de a decupla cerințele de reglementare de controalele tehnice de securitate, permițând utilizatorilor să mapeze o singură implementare pe mai multe framework-uri globale pentru a reduce duplicarea auditului. Se diferențiază în continuare printr-un strat de integrare care conectează agenții de model de limbaj la datele de guvernanță pentru interacțiune conversațională și un message bus pentru orchestrarea securității bazată pe evenimente. Capabilitățile largi acoperă orchestrarea auditului de securitate, gestionarea riscurilor terților și simularea riscurilor cantitative pentru modelarea scenariilor de amenințare. Sistemul include, de asemenea, instrumente pentru catalogarea activelor, controlul accesului bazat pe roluri cu autentificare multi-factor și urmărirea metricilor de performanță prin dashboard-uri de management. Aplicația poate fi implementată pe infrastructură privată, servere virtuale private sau clustere Kubernetes folosind Docker și Helm charts.

    Runs a local instance of the platform including application services and a proxy for testing and evaluation.

    Pythonauditautomationbsi
    Vezi pe GitHub↗4,162
  • remix-project-org/remix-projectAvatar remix-project-org

    remix-project-org/remix-project

    3,003Vezi pe GitHub↗

    Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete workspace for writing, compiling, deploying, and debugging smart contracts across simulated and public blockchain networks. The project distinguishes itself as a specialized toolchain for EVM debugging and analysis, offering opcode-level transaction stepping and state memory analysis. It also includes a dedicated zero-knowledge proof toolchain for compiling ZK circuits and generating cryptographic proofs, alongside an AI-powered coding assistant for code generation and explanati

    Pushes compiled smart contracts to local networks using specific JSON-RPC endpoints.

    TypeScriptblockchainethereumevm
    Vezi pe GitHub↗3,003
  • apache/gravitinoAvatar apache

    apache/gravitino

    2,866Vezi pe GitHub↗

    Gravitino is a federated metadata lake and unified data catalog designed to manage tables, files, and AI models across diverse data sources and cloud storage. It serves as a centralized interface for governing schemas, access controls, and tagging across relational databases, messaging queues, and object stores. The project distinguishes itself by unifying the management of AI assets, such as machine learning models and their version lineages, alongside traditional tabular data. It also implements the Iceberg REST specification to provide a standardized metadata server and proxy for lakehouse

    Provides a containerized bundle of metadata and compute engines for local testing and evaluation.

    Javaai-catalogdata-catalogdatalake
    Vezi pe GitHub↗2,866
  1. Home
  2. DevOps & Infrastructure
  3. Local Development Deployments

Explorează sub-etichetele

  • Local Database PlaygroundsDeploys a minimal database cluster on a local machine for quick experimentation and testing. **Distinct from Local Development Deployments:** Distinct from Local Development Deployments: focuses on launching a minimal multi-node cluster for experimentation, not a single-instance development setup.
  • Private RL Training DeploymentsInfrastructure configurations for deploying RL trainer, judge, and policy components on private, local hardware. **Distinct from Local Development Deployments:** Distinct from Local Development Deployments: specifically targets the full RL pipeline (judge, trainer, policy) on private hardware.