18 रिपॉजिटरी
Packaging application assets into single, standalone executable files for distribution.
Distinct from Lightweight Application Frameworks: Focuses on the result of the packaging process (standalone binaries) rather than the framework's overall lightness.
Explore 18 awesome GitHub repositories matching development tools & productivity · Standalone Binary Packaging. Refine with filters or upvote what's useful.
Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native applications using web technologies and a C++ backend. It serves as a native system API bridge, enabling JavaScript frontend code to execute system commands and manage files across Windows, macOS, and Linux. The project distinguishes itself as a portable runtime that renders interfaces via the system's built-in webview instead of bundling a full browser engine. This approach enables the packaging of web assets into small, standalone executable binaries. The framework provides com
Packages web assets into small, standalone executable binaries that run across different platforms without heavy runtimes.
Fiddle is an interactive API reference tool and playground environment for the Electron platform. It serves as a project prototyper and sandbox where users can explore, draft, and test application logic without the need to manually set up a full project structure. The tool distinguishes itself by allowing users to compile prototype experiments into distributable standalone binaries for Windows, macOS, and Linux. It also provides a mechanism to export these experiments into standalone project folders for continued development in a professional integrated development environment. The environme
Compiles experiments into standalone binaries for Windows, macOS, or Linux to facilitate distribution.
Leiningen is a build tool, dependency manager, and project automator for Clojure. It provides a command-line interface for bootstrapping new project structures, managing external libraries, and launching interactive read-eval-print loops for live development. The tool allows for the extension of build commands through a plugin system and manages project settings using a configuration map that can be layered with global user preferences and specific profiles. Its capabilities cover the full project lifecycle, including automated test execution, the creation of standalone executable archives,
Bundles a project and all dependencies into a single executable file for distribution.
Eel is a Python HTML GUI framework designed for building desktop applications that utilize a Python backend and an HTML and JavaScript frontend. It functions as a local web server wrapper that hosts application assets and manages the browser window to provide a user interface. The framework provides a bidirectional Python-JavaScript bridge, allowing functions in either language to call each other in real time. It also includes a desktop application bundler to package Python code and web assets into a standalone executable for distribution. The system covers application window management, loc
Bundles code and assets into a single standalone executable for distribution without requiring a pre-installed environment.
Eel is a framework for creating desktop applications using a Python backend and a web-based frontend. It acts as a bidirectional bridge between Python and JavaScript, allowing developers to build graphical user interfaces with HTML and JavaScript that communicate with local system logic. The project facilitates two-way communication by enabling the exposure of Python functions to the browser and allowing the backend to trigger JavaScript functions. It uses a local server to render web interfaces as standalone desktop windows and provides tools to bundle the Python code and web assets into a s
Bundles the Python interpreter and application source into a single standalone executable binary.
One Small Step is an educational resource that explains core AI and large language model concepts through short, accessible articles designed to be read in under five minutes. It covers the structure and function of key LLM components like attention mechanisms and tokenization, as well as foundational machine learning mathematics such as matrix rank and overfitting. The project also serves as a guide to the GGUF file format, which packages all model parameters and metadata into a single compact binary file for cross-platform deployment without external dependencies. It explains how this forma
Packages all model parameters and metadata into a single compact binary file for deployment.
TIC-80 is a fantasy console platform and multi-language game engine that provides a virtual retro game development environment. It operates via a bytecode virtual machine that executes game logic within fixed memory and resolution constraints. The project distinguishes itself by offering integrated asset editors for pixel art, tile maps, and a pattern-based chiptune audio workstation all within a single environment. It supports multi-language scripting, allowing developers to write logic in Lua, JavaScript, or Ruby, and provides a standalone game exporter to package projects into native execu
Packages the virtual machine and game assets into native standalone executables for multiple platforms.
Panda3D Python और C++ के लिए विकसित एक क्रॉस-प्लेटफॉर्म गेम इंजन और 3D ग्राफिक्स रेंडरिंग सिस्टम है। यह इंटरैक्टिव 3D एप्लिकेशन बनाने के लिए एक व्यापक फ्रेमवर्क के रूप में कार्य करता है, जो रीयल-टाइम फिजिक्स सिम्युलेटर और एक विशेष 3D एसेट पाइपलाइन टूल प्रदान करता है। इंजन इंटरऑपरेबल Python भाषा बाइंडिंग के साथ एक उच्च-प्रदर्शन C++ कोर को जोड़कर खुद को अलग करता है। यह 3D वस्तुओं को व्यवस्थित करने के लिए एक सीन ग्राफ आर्किटेक्चर का उपयोग करता है और रनटाइम लोडिंग के लिए मॉडल और टेक्सचर को अनुकूलित करने के लिए एक पाइपलाइन-आधारित एसेट रूपांतरण प्रणाली प्रदान करता है। इसकी क्षमता सतह में कस्टम GPU शेडर निष्पादन, 3D ऑडियो रेंडरिंग, और परिधीय और ट्रैकर कनेक्टिविटी के लिए वर्चुअल रियलिटी एकीकरण के लिए लो-लेवल ग्राफिक्स प्रिमिटिव शामिल हैं। फ्रेमवर्क में मल्टीप्लेटफॉर्म एप्लिकेशन बाइनरी पैकेजिंग और नेटवर्क-आधारित फ्रेम प्रदर्शन प्रोफाइलिंग के लिए टूल भी शामिल हैं। प्रोजेक्ट विभिन्न ऑपरेटिंग सिस्टम और हार्डवेयर वातावरणों में सुसंगत व्यवहार सुनिश्चित करने के लिए एक एकीकृत हार्डवेयर एब्स्ट्रैक्शन लेयर प्रदान करता है।
Compiles source code into standalone executable binaries with bundled dependencies for end-user installation.
MineContext is a context management system designed to collect, store, and retrieve multimodal data to build targeted context windows for large language models. It functions as an orchestration tool and retrieval augmented generation framework that utilizes a local vector data store to index documents and enable similarity searches. The system differentiates itself through a multimodal context collector that gathers information from screen captures, files, and version control systems. It provides mechanisms for proactive information retrieval, extracting summaries and activity records from ca
Bundles the application and its runtime dependencies into a single standalone executable file for Windows.
This project is a Telegram API client and media archiving system designed to programmatically retrieve chat histories and export media. It functions as a download manager and message forwarder, allowing users to back up photos, videos, and documents from Telegram chats into structured local archives. The system distinguishes itself through advanced content filtering and forwarding capabilities. It can monitor chats for new messages, apply custom regular expressions to filter media by size or date, and automatically forward content between chats. This includes the ability to export protected c
Packages the application into a single binary for distribution across Windows, macOS, and Linux.
यह प्रोजेक्ट कंप्यूटर विज़न, DevOps ऑटोमेशन, डिस्ट्रीब्यूटेड सिस्टम और Java-आधारित माइक्रोसर्विसेज को कवर करने वाले रेफरेंस इम्प्लीमेंटेशन और डेमोंस्ट्रेशन प्रोजेक्ट्स का एक संग्रह है। यह सर्वर-साइड एप्लिकेशन बनाने, कंटेनराइज़िंग सर्विसेज और क्लस्टर ऑर्केस्ट्रेट करने के लिए एक प्रोग्रामिंग रेफरेंस लाइब्रेरी और व्यावहारिक उदाहरण प्रदान करता है। इस रिपॉजिटरी में DevOps ऑटोमेशन के लिए एक व्यापक टूलसेट है, जिसमें CI/CD पाइपलाइन्स और ऑटोमेटेड क्लस्टर इंस्टॉलेशन के लिए स्क्रिप्ट्स और प्लेबुक्स शामिल हैं। इसमें इमेज ऑब्जेक्ट डिटेक्शन और फेशियल एनालिसिस के लिए एक कंप्यूटर विज़न डेमो प्रोजेक्ट, साथ ही Docker कंटेनराइज़ेशन और Kubernetes डिप्लॉयमेंट के लिए विस्तृत गाइड और कॉन्फ़िगरेशन फाइलें शामिल हैं। यह प्रोजेक्ट डिस्ट्रीब्यूटेड सिस्टम की व्यापक क्षमताओं को कवर करता है, जिसमें gRPC और RESTful API इम्प्लीमेंटेशन, मैसेज क्यूइंग और डेटा स्ट्रीमिंग शामिल है। यह डिस्ट्रीब्यूटेड ट्रेसिंग और सिस्टम परफॉरमेंस मॉनिटरिंग के माध्यम से इंफ्रास्ट्रक्चर ऑब्जर्वेबिलिटी, साथ ही बिग डेटा प्रोसेसिंग और डेटा स्टोरेज ऑप्टिमाइज़ेशन को भी संबोधित करता है। कोडबेस में Java और Go के लिए इम्प्लीमेंटेशन उदाहरण शामिल हैं, जो नेटिव बाइनरी कंपाइलेशन और मल्टी-स्टेज कंटेनर बिल्ड्स के लिए सोर्स कोड प्रदान करते हैं।
Bundles projects into runnable files using standard folder structures or consolidated standalone archives.
Mage is a build automation tool and workflow orchestrator that uses Go functions to define executable build targets instead of a custom domain-specific language. It functions as a compiled build system and task runner, mapping exported Go functions to command-line targets. The tool distinguishes itself by compiling build definitions into static binaries for distribution to dependency-free machines. It utilizes hashed binary caching to avoid redundant compilations and supports the packaging of the runtime and defined tasks into a single standalone executable. The platform covers dependency ma
Packages the runtime and all defined build tasks into a single standalone executable.
rawdrawandroid, C और Make का उपयोग करके Android एप्लिकेशन बनाने के लिए एक फ्रेमवर्क है। यह एक नेटिव डेवलपमेंट सिस्टम प्रदान करता है जो सोर्स कोड को स्टैंडअलोन एक्जीक्यूटेबल पैकेज में कंपाइल करता है, जो स्टैंडर्ड Java या Kotlin टूलचेन और वर्चुअल मशीनों को बायपास करता है। इस प्रोजेक्ट में हार्डवेयर-एक्सेलेरेटेड ग्राफिक्स विंडो बनाने के लिए एक नेटिव UI टूलकिट और USB पेरिफेरल्स और ऑनबोर्ड सेंसर के साथ सीधे संचार के लिए एक समर्पित हार्डवेयर इंटरफ़ेस है। यह स्थानीय टूलचेन इंस्टॉलेशन की आवश्यकता के बिना बाइनरी के सुसंगत संकलन और हस्ताक्षर सुनिश्चित करने के लिए एक कंटेनराइज़्ड बिल्ड एनवायरनमेंट का उपयोग करता है। यह सिस्टम लो-लेवल हार्डवेयर इंटरफेसिंग को कवर करता है, जिसमें रीयल-टाइम सेंसर डेटा कैप्चर और USB डिवाइस मैनेजमेंट शामिल है। यह OpenGL ES रेंडरिंग, नेटिव वेब व्यू इंटीग्रेशन और एम्बेडेड एप्लिकेशन एसेट्स और बाहरी स्टोरेज के मैनेजमेंट का भी समर्थन करता है। कंपाइल किए गए एप्लिकेशन लॉजिक की रिमोट डिबगिंग एक होस्ट मशीन और एक भौतिक मोबाइल डिवाइस के बीच कनेक्शन के माध्यम से समर्थित है।
Bundles compiled native binaries and assets into standalone APKs that execute without a Java virtual machine.
Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific
Bundles application logic, configuration, and assets into a single standalone binary executable.
WinPwn is a Windows penetration testing framework and security toolkit designed for auditing Active Directory and exploiting Windows environments. It provides a collection of automated tools and scripts for domain enumeration, credential theft, and privilege escalation. The toolkit distinguishes itself through capabilities for neutralizing antimalware scanning interfaces to evade detection and providing offline binary packaging for execution on isolated systems without internet access. It also includes specialized utilities for intercepting and relaying SMB authentication traffic to gain unau
Bundles required scripts and binaries into standalone packages for execution on isolated systems.
WinPwn is a Windows penetration testing framework designed for conducting internal security assessments and privilege escalation. It functions as a suite for Active Directory security auditing, credential extraction, and the execution of privilege escalation scripts. The toolset enables the automation of SMB relay attacks to intercept and reuse authentication hashes. It provides specialized capabilities for retrieving passwords and hashes from system memory, registries, and browsers using obfuscated techniques to avoid detection. The framework covers broad capability areas including domain a
Bundles all required scripts and binaries into a single standalone package for portable execution.
SAI is a binary package bundler and application manager designed for Android and iOS. It functions as an installer and export tool that packages application source files and metadata into a proprietary format for portable distribution and backup. The project features a rootless application deployment pipeline, allowing the installation of third-party packages on mobile devices without requiring system-level root access. It includes a split archive reconstructor to reassemble fragmented application files into complete installation directories during deployment. The tool covers Android split A
Wraps application source files into a proprietary format with embedded metadata for portable distribution.
The validator repository contains an open-source markup validation engine that checks HTML, CSS, and SVG documents for conformance against official W3C web standards. It operates both as a command-line utility for batch processing local files and remote URLs, and as a standalone web server and HTTP API for browser-based and remote document conformance checking. The software utilizes a rule-based conformance engine and event-driven stream parsing to evaluate document structures, syntax trees, and web accessibility guidelines. It provides URL parsing and normalization utilities that validate i
Bundles pre-compiled OS binaries, portable archives, and container images for diverse operating environments.