2 مستودعات
Tools that bundle source code and runtimes into single standalone binary files.
Distinct from Node.js Ecosystem: Shortlist focuses on general ecosystem or hosting; this is a specific packaging tool category.
Explore 2 awesome GitHub repositories matching development tools & productivity · Executable Packagers. Refine with filters or upvote what's useful.
pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone binary, allowing applications to run on machines without a pre-installed runtime. The project distinguishes itself by precompiling JavaScript source code into bytecode to remove human-readable text and obfuscate the logic. It utilizes a virtual filesystem bundler to embed static assets and non-javascript files directly into the executable, employing compression algorithms to reduce the final binary size. The tool covers cross-platform compilation for var
Bundles a Node.js project and its dependencies into a single standalone binary for distribution.
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 dependencies into a single standalone executable for distribution on Windows.