14 repositorios
Deploys the entire application as a single static binary including web server, interface, API, and agent endpoints.
Distinct from Platform as a Service: No candidate covers single-binary deployment; closest candidates focus on PaaS or authentication services.
Explore 14 awesome GitHub repositories matching devops & infrastructure · Single-Binary Deployments. Refine with filters or upvote what's useful.
Gogs is a self-hosted Git service and repository manager written in Go. It provides a web-based hosting platform for storing version-controlled repositories with a focus on lightweight deployment across various operating systems and hardware architectures. The system distinguishes itself through a single-binary deployment model, which simplifies installation. It also supports repository migration, allowing users to move existing codebases and documentation from other hosting services into a self-managed environment. The platform covers collaborative code development through pull requests and
Ships as a single static binary including the web server and API to simplify installation across platforms.
go-admin is a framework for generating administrative interfaces and data visualization dashboards using the Go programming language. It functions as a low-code dashboard builder and a web-based interface for performing create, read, update, and delete operations across multiple SQL database dialects. The project features a deployment model that compiles backend logic and frontend assets into a single executable binary for simplified distribution. It includes a role-based access control system to manage user permissions and restrict administrative functions based on assigned roles. The frame
Deploys the entire application as a single static binary containing the server, API, and web interface.
Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It provides a platform to design, deploy, and coordinate agents with specialized personas that can plan tasks, utilize external tools, and execute multi-stage pipelines. The project distinguishes itself through a Model Context Protocol server for connecting assistants to external binaries and HTTP services, and a gRPC remote execution engine that allows agents to manage remote servers and devices. It includes a model-agnostic provider bridge that supports dynamic switching between vario
Bundles the entire execution engine, server tools, and interfaces into a single executable for simplified deployment.
Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes
Runs on any platform from a statically linked binary with no dependencies.
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
Deploys the entire Fleet application as a single static binary with all components included.
Goatcounter is a privacy-focused web analytics platform designed to be self-hosted on your own infrastructure. It collects visitor statistics like page views, browser information, location, screen size, and referring sites without using cookies or storing any personal data, identifying unique visits through a non-identifiable hash derived from browser and network data. The platform distinguishes itself by offering multiple tracking methods that respect user privacy, including a lightweight JavaScript snippet, an image-based tracking pixel for environments without JavaScript, and the ability t
Runs the entire analytics stack from a single compiled binary with SQLite for zero-dependency deployment.
Mox is a self-hosted email server that runs as a single compiled Go binary, handling the full lifecycle of sending and receiving email through SMTP, IMAP4rev2, and a built-in webmail application. It is designed to be operated without external dependencies or runtime plugins, with all mail services — including spam filtering, queue management, and web interfaces for administration and account management — contained in one executable. The server distinguishes itself through automated TLS certificate management via ACME, DNS-based autoconfiguration for email clients, and file-based configuration
All mail services are compiled into a single Go binary with no external dependencies or runtime plugins.
Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro
Cortex starts all Cortex components in one process for simplified local development and testing.
Trailbase es una plataforma de backend-as-a-service entregada como un ejecutable único que integra un motor de base de datos en tiempo real, un gestor de identidad y acceso, y un generador de API con seguridad de tipos. Proporciona un entorno de backend integral que incluye un motor de almacenamiento respaldado por SQLite y un servidor de runtime WebAssembly para ejecutar lógica personalizada. La plataforma se distingue por transformar automáticamente los esquemas de base de datos en APIs JSON con bindings de cliente para múltiples lenguajes y por permitir la ejecución de componentes portátiles para el renderizado del lado del servidor y rutas HTTP personalizadas. Además, incorpora capacidades de base de datos vectorial para admitir el almacenamiento de embeddings y la búsqueda vectorial basada en similitud. El sistema cubre una amplia gama de capacidades operativas, incluyendo la autenticación de usuarios con soporte para inicio de sesión social, listas de control de acceso para la visibilidad de datos y sincronización pub-sub para actualizaciones de datos en vivo. También proporciona herramientas para gestionar esquemas de bases de datos mediante migraciones SQL y el manejo de datos geoespaciales.
Packages the server, database engine, and Wasm runtime into a single executable to eliminate infrastructure overhead.
Infinity es una base de datos vectorial distribuida y un almacén vectorial multimodal diseñado para gestionar datasets a gran escala para recuperación y búsqueda por similitud. Sirve como backend para aplicaciones de modelos de lenguaje grandes y pipelines de generación aumentada por recuperación (RAG) almacenando y recuperando vectores densos, vectores dispersos y datos de texto completo. El sistema funciona como un motor de búsqueda híbrido, combinando embeddings vectoriales y búsqueda de texto completo con algoritmos de reranking para identificar los documentos más relevantes. Admite el almacenamiento de datos multimodal, permitiendo el mantenimiento de diversos tipos de datos, incluyendo tensores, cadenas y numéricos, dentro de un único entorno. La base de datos ofrece capacidades para gestionar esquemas y registros, incluyendo importación, exportación y consultas estructuradas. Incluye herramientas para la gestión de índices y optimización de almacenamiento, y ofrece recuperación de estado mediante snapshots del sistema o de tablas. La base de datos puede desplegarse como un binario único o mediante Docker, y es accesible a través de una API HTTP y un SDK de Python.
Packages the entire database engine into a standalone executable to eliminate external runtime dependencies.
This project is a self-hosted enterprise wiki platform designed for teams to create, organize, and share documentation. It functions as a centralized knowledge management system that enables collaborative authoring through markdown syntax, allowing users to structure information within isolated departmental spaces and private team workspaces. The platform distinguishes itself through a focus on operational simplicity and administrative control. It is distributed as a single, self-contained executable binary, which streamlines deployment by eliminating complex runtime dependencies. To support
Simplifies installation by providing a single executable file that runs without complex environment setup.
Wud is a self-hosted container image update monitoring system that periodically checks running containers against their registries and reports when newer image versions are available. It detects updates by comparing SHA-256 digest hashes of container image manifests rather than relying on version tags, and persists last-known image digests and notification states to avoid duplicate alerts across restarts. The system abstracts different container registry APIs behind a unified interface, supporting Docker Hub, GHCR, Quay, and others, and runs update checks on a configurable cron-like schedule
Packages all functionality into a single executable binary with no external runtime dependencies for easy deployment.
Libredesk is an omnichannel support management system designed to unify live chat and email communications into a single dashboard. It provides a comprehensive environment for managing customer interactions, agent roles, and team assignments to organize support workloads. The project distinguishes itself through AI customer support automation, which includes generating automated responses and refining message tones. It also supports the development and integration of custom chat widgets using WebSockets and JavaScript APIs. The system covers a broad set of capabilities, including customer re
Provides a self-contained binary that bundles the backend and frontend assets for simplified deployment.
Este proyecto es una aplicación web autohospedada que permite compartir y gestionar archivos a través de una red. Funciona como un servicio ligero que expone directorios locales a través de una interfaz basada en navegador, permitiendo a los usuarios cargar, descargar y organizar archivos desde cualquier dispositivo conectado. El sistema se distingue por integrar un servidor de streaming multimedia dedicado, que permite a los usuarios reproducir contenido de video directamente desde la máquina host dentro de un navegador web. También proporciona una interfaz programática que admite la integración de servicios externos, permitiendo operaciones de archivo automatizadas a través de autenticación segura basada en tokens. La plataforma incluye mecanismos integrales de control de acceso, como limitación de tasa de solicitudes y permisos específicos por usuario, para gestionar el tráfico y asegurar los recursos compartidos. Admite accesibilidad móvil a través de la generación de códigos de acceso escaneables y ofrece opciones de despliegue flexibles, incluyendo ejecución de binario único y empaquetado contenerizado.
Packages the entire application, including assets and dependencies, into a single static binary for simplified deployment.