awesome-repositories.com

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

ExploreazăCăutări recomandateBlogHartă site
ProiectDesprePresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

10 repository-uri

Awesome GitHub RepositoriesStandalone Executable Generators

Tools that convert interpreted scripts into standalone binary executables to remove runtime interpreter dependencies.

Distinct from Python Scripting Environments: Distinct from scripting environments: focuses on the conversion to standalone binaries rather than runtime execution.

Explore 10 awesome GitHub repositories matching development tools & productivity · Standalone Executable Generators. Refine with filters or upvote what's useful.

Awesome Standalone Executable Generators GitHub Repositories

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

    vercel/pkg

    24,364Vezi pe GitHub↗

    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

    Converts interpreted scripts and dependencies into standalone binary executables to remove runtime interpreter dependencies.

    JavaScriptbinariesclicompiler
    Vezi pe GitHub↗24,364
  • nuitka/nuitkaAvatar Nuitka

    Nuitka/Nuitka

    14,938Vezi pe GitHub↗

    Nuitka is a compilation framework that translates Python source code into C, enabling the creation of standalone machine code binaries. By converting interpreted scripts into compiled executables, it removes the requirement for a language interpreter on the target machine and provides a mechanism for distributing Python applications as self-contained packages. The project distinguishes itself through advanced optimization techniques, including link-time code generation and profile-guided binary optimization, which improve execution speed by bypassing standard interpreted overhead. It manages

    Packages scripts into standalone executable files to simplify deployment on systems without a pre-installed language interpreter.

    Pythoncompilernuitkapackaging-tool
    Vezi pe GitHub↗14,938
  • maurosoria/dirsearchAvatar maurosoria

    maurosoria/dirsearch

    14,403Vezi pe GitHub↗

    dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on web servers. It functions as a recursive directory fuzzer and brute-force utility that identifies undocumented paths and sensitive files using wordlists and HTTP status codes. The tool distinguishes itself through template-driven path generation and an automated HTTP response filter that uses status codes, content length, and regex patterns to isolate valid targets. It supports recursive directory crawling to map complex web structures and provides state-persistence serializatio

    Compiles Python code into standalone binaries for multiple operating systems to eliminate runtime dependencies.

    Python
    Vezi pe GitHub↗14,403
  • pyinstaller/pyinstallerAvatar pyinstaller

    pyinstaller/pyinstaller

    13,019Vezi pe GitHub↗

    PyInstaller is a cross-platform binary packager and application freezer that bundles Python scripts and their dependencies into standalone executables. It allows programs to be distributed and run on target operating systems without requiring a local installation of the Python interpreter. The tool functions as a standalone executable bundler, packaging the application with all necessary modules and libraries into a single file or folder. It includes integration for digital binary signing to satisfy operating system security requirements for distributed software. The system utilizes static a

    Packages Python programs and dependencies into a single executable file that runs without a local interpreter installation.

    Pythonbundlepackagepy2app
    Vezi pe GitHub↗13,019
  • anomalyco/opentuiAvatar anomalyco

    anomalyco/opentui

    12,131Vezi pe GitHub↗

    Opentui is a terminal user interface framework for building interactive command line applications. It provides a component-based system featuring a flexbox layout engine, a virtual node component tree, and a low-level 2D cell array renderer. The project is distinguished by a sophisticated keyboard binding engine that maps complex multi-stroke sequences and chords to named commands using prioritized, reactive layers. It also implements a plugin architecture that allows external modules to inject custom UI components into designated layout slots and extend input logic at runtime. Its capabilit

    Embeds native binary packages into a single compiled executable for distribution without dependencies.

    TypeScript
    Vezi pe GitHub↗12,131
  • run-llama/liteparseAvatar run-llama

    run-llama/liteparse

    10,782Vezi pe GitHub↗

    A fast, helpful, and open-source document parser

    Provides a JavaScript-side OCR engine with a recognize method for text extraction in WASM environments.

    Rustdocument-ocrdocument-processingocr
    Vezi pe GitHub↗10,782
  • rapidai/rapidocrAvatar RapidAI

    RapidAI/RapidOCR

    5,968Vezi pe GitHub↗

    RapidOCR is an offline deep-learning OCR engine that detects and recognizes text in images using ONNX Runtime, operating entirely without an internet connection. It provides a unified inference pipeline that runs across multiple platforms including Windows, Linux, macOS, Android, and Raspberry Pi, with programming language bindings for Python, C++, Java, and C#. The engine separates text detection and recognition into independent modules that can be swapped or fine-tuned individually, and abstracts the inference backend behind a unified interface allowing seamless switching between ONNX Runti

    Produces a standalone executable of the OCR engine for offline use without Python dependencies.

    Pythonchineseocrcrnndbnet
    Vezi pe GitHub↗5,968
  • brentvollebregt/auto-py-to-exeAvatar brentvollebregt

    brentvollebregt/auto-py-to-exe

    4,952Vezi pe GitHub↗

    auto-py-to-exe este un convertor Python în EXE și un pachet de executabile standalone care oferă o interfață grafică web pentru PyInstaller. Transformă scripturile Python în fișiere binare unice care rulează fără a necesita o instalare locală de Python sau dependențe externe. Proiectul funcționează ca un automatizator de build bazat pe JSON, permițând utilizatorilor să salveze, încarce și exporte configurații complexe de împachetare prin fișiere JSON pentru a asigura build-uri consistente și reproductibile în diferite proiecte. Instrumentul acoperă conversia script-la-executabil, inclusiv capacitatea de a bundle-ui active statice și iconițe în binar. Oferă opțiuni pentru suprimarea ferestrei de consolă a sistemului în timpul lansării pentru aplicațiile GUI și suportă persistența datelor externe pentru a păstra bazele de date și fișierele în afara pachetului executabil. Utilizatorii pot iniția procesul de conversie prin interfața grafică sau prin argumente CLI în mod headless.

    Bundles Python scripts with static assets and dependencies into distributable standalone executable formats.

    JavaScriptautomationbundleexecutable
    Vezi pe GitHub↗4,952
  • pypa/setuptoolsAvatar pypa

    pypa/setuptools

    2,809Vezi pe GitHub↗

    Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit

    Generates standalone terminal or GUI executables that trigger specific functions upon installation.

    Python
    Vezi pe GitHub↗2,809
  • pentestmonkey/windows-privesc-checkAvatar pentestmonkey

    pentestmonkey/windows-privesc-check

    1,496Vezi pe GitHub↗

    Windows-privesc-check este un instrument automatizat de auditare a securității conceput pentru a identifica configurațiile greșite și vulnerabilitățile care pot permite escaladarea neautorizată a privilegiilor pe sistemele Windows. Funcționează prin scanarea configurațiilor locale ale sistemului, inclusiv permisiunile sistemului de fișiere, setările de registry și configurațiile serviciilor, pentru a detecta slăbiciuni de securitate care ar putea duce la acces administrativ ridicat. Instrumentul se distinge prin oferirea atât a capabilităților de auditare locală, cât și de evaluare remote. Poate interoga host-uri Windows remote pentru a enumera share-urile de rețea, conturile de utilizator și relațiile de încredere ale domeniului, permițând identificarea potențialilor vectori de atac într-o rețea. Mai mult, suportă raportarea automatizată a conformității securității prin generarea de rapoarte structurate, standardizate, care documentează postura de securitate a sistemelor în timp. Dincolo de funcțiile sale de scanare de bază, utilitarul extrage metadate brute de securitate, cum ar fi apartenența la grupuri de utilizatori și setările detaliate de configurare, pentru a facilita revizuirea manuală sau analiza externă. Software-ul este distribuit ca un executabil standalone, asigurând că poate fi implementat și executat fără a necesita dependențe externe sau medii de runtime preinstalate.

    Packages all logic into a single binary to ensure portability and execution without requiring external dependencies.

    Python
    Vezi pe GitHub↗1,496
  1. Home
  2. Development Tools & Productivity
  3. Python Development Tools
  4. Script Execution Engines
  5. Python Scripting Environments
  6. Standalone Executable Generators

Explorează sub-etichetele

  • OCR Executable GeneratorsUtilities that convert OCR applications into standalone binaries without runtime dependencies. **Distinct from Standalone Executable Generators:** Distinct from Standalone Executable Generators: focuses on OCR-specific packaging, not general script-to-binary conversion.
  • OCR Standalone Executables1 sub-tagSelf-contained binary files that run OCR without requiring a separate runtime environment. **Distinct from Standalone Executable Generators:** Distinct from Standalone Executable Generators: focuses on the resulting OCR binary, not the generation tool.
  • Portable Security BinariesSecurity tools packaged as self-contained executables to ensure portability without external dependencies. **Distinct from Standalone Executable Generators:** Distinct from Standalone Executable Generators: focuses on the distribution of security-specific binaries rather than general script-to-binary conversion.