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
·

7 repository-uri

Awesome GitHub RepositoriesSource Installations

Build and install the package directly from a cloned repository, optionally in editable mode for development.

Distinct from Source Builds from Git: Distinct from Source Builds from Git: focuses on the installation step after building, not the build artifact generation.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Source Installations. Refine with filters or upvote what's useful.

Awesome Source Installations GitHub Repositories

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

    cvxpy/cvxpy

    6,257Vezi pe GitHub↗

    CVXPY is a Python-embedded domain-specific language for modeling and solving convex optimization problems using natural mathematical syntax. It is built on a disciplined convex programming framework that automatically enforces convexity rules, ensuring that problems formulated by the user are valid for convex solvers. The project also functions as a multi-solver optimization interface, abstracting away backend details and dispatching problems to specialized solvers like ECOS, SCS, and Gurobi without manual configuration. Beyond standard convex optimization, CVXPY extends its reach to geometri

    Builds and installs the package from a cloned repository, supporting editable mode for development.

    C++
    Vezi pe GitHub↗6,257
  • cue-lang/cueAvatar cue-lang

    cue-lang/cue

    6,147Vezi pe GitHub↗

    CUE is a constraint-based configuration language designed for data validation, schema definition, and code generation. At its core, it unifies types and values into a single concept, enabling compile-time validation that catches structural and value errors before runtime. The language treats data and constraints as the same thing, allowing a single definition to serve as both a schema and concrete configuration data. CUE distinguishes itself through its constraint-based unification engine, which combines multiple configuration sources into a single coherent result by merging their constraints

    Can be built and installed from source code using Go for any release or development version.

    Goconfigurationdatakubernetes
    Vezi pe GitHub↗6,147
  • gnunn1/tilixAvatar gnunn1

    gnunn1/tilix

    5,690Vezi pe GitHub↗

    Tilix is a tiling terminal emulator for Linux that uses GTK+ 3 widgets for native desktop integration and theming. It arranges multiple terminal sessions in a resizable grid layout, allowing users to split the window into several panes simultaneously. The application is built on the VTE terminal emulation engine and uses the Meson build system for compilation. The terminal supports synchronized input broadcasting, where keystrokes typed in one pane are replicated to all grouped terminals via D-Bus inter-process communication. It also offers a Quake-style drop-down mode that slides a terminal

    Provides instructions for installing the compiled application system-wide using the Ninja build tool.

    D
    Vezi pe GitHub↗5,690
  • techxuexi/techxuexiAvatar TechXueXi

    TechXueXi/TechXueXi

    5,653Vezi pe GitHub↗

    TechXueXi is an automated learning tool designed to complete daily tasks and quizzes on a political education platform, earning points without manual intervention. It combines headless browser automation with human-like behavior simulation, randomizing user-agent strings and mimicking interaction patterns to avoid detection during automated sessions. The tool is built as a Python script that can run directly from source code after installing dependencies and a browser driver, or be deployed inside a Docker container for persistent, 24/7 operation on servers, VPS, or NAS devices. It supports c

    Runs the automation script directly from Python source after installing dependencies and a browser driver.

    Pythonauto-xxqgdockerqiang-guo
    Vezi pe GitHub↗5,653
  • pypa/sampleprojectAvatar pypa

    pypa/sampleproject

    5,245Vezi pe GitHub↗

    Acest proiect este o implementare de referință și un tutorial conceput pentru a demonstra fluxul de lucru end-to-end de construire, versionare și încărcare a distribuțiilor Python. Acesta servește ca template de proiect concret și exemplu pentru configurarea metadatelor și a artefactelor de build pentru indicii de pachete. Repository-ul ilustrează modul de împachetare a software-ului prin definirea metadatelor proiectului și a dependențelor în fișiere de configurare statice. Acoperă procesul de transformare a arborilor sursă în arhive versionate și distribuții binare specifice platformei, arătând specific cum se construiesc binary wheels și distribuții sursă. Proiectul acoperă arii de capabilități mai largi, inclusiv gestionarea dependențelor, crearea de interfețe în linie de comandă și automatizarea publicării lansărilor în repository-uri. De asemenea, demonstrează utilizarea mediilor virtuale izolate și integrarea extensiilor binare.

    Covers installing packages from local source trees, including the use of editable mode for development.

    Python
    Vezi pe GitHub↗5,245
  • remacs/remacsAvatar remacs

    remacs/remacs

    4,615Vezi pe GitHub↗

    Remacs is a rewrite of the Emacs text editor implemented in Rust. It is a programmable and extensible text editor designed for improved memory safety and execution performance. The project includes a native interface that maps C library functions and structures into Rust to execute native logic. It uses native system APIs for cross-platform graphical interface rendering. The editor provides real-time text editing and supports the development of custom input methods and language dictionaries. The development process utilizes a containerized environment to ensure consistent build dependencies

    Enables compiling the project from source and installing the resulting binary to the system.

    Emacs Lispeditoremacsrust
    Vezi pe GitHub↗4,615
  • rbenv/ruby-buildAvatar rbenv

    rbenv/ruby-build

    3,971Vezi pe GitHub↗

    ruby-build este un instalator de versiuni Ruby și instrument de build pentru sisteme de tip Unix. Gestionează procesul de descărcare, compilare și instalare a mai multor versiuni ale limbajului Ruby din sursă. Utilitarul utilizează fișiere de definiție pentru a mapa numerele de versiune la URL-uri de descărcare și instrucțiuni de instalare. Suportă definiții de build personalizate, permite redirecționarea descărcărilor de pachete către URL-uri oglindă și aplică verificarea integrității bazată pe checksum pentru arhivele sursă descărcate. Instrumentul oferă capabilități pentru compilarea Ruby personalizată, inclusiv aplicarea de patch-uri sursă și configurarea parametrilor de build prin variabile de mediu. Permite utilizatorilor să răsfoiască versiunile disponibile și să automatizeze preluarea și compilarea unor release-uri specifice.

    Builds and installs specific Ruby versions directly from source archives on Unix-like systems.

    Shellhacktoberfestrbenv-pluginruby
    Vezi pe GitHub↗3,971
  1. Home
  2. DevOps & Infrastructure
  3. Git Source Management
  4. Source Builds from Git
  5. Source Installations

Explorează sub-etichetele

  • Direct Script ExecutionsRunning automation scripts directly from source code after installing dependencies and prerequisites. **Distinct from Source Installations:** Distinct from Source Installations: focuses on executing scripts directly, not building and installing packages.