awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to swiftbrew/swiftbrew

Open-source alternatives to Swiftbrew

30 open-source projects similar to swiftbrew/swiftbrew, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Swiftbrew alternative.

  • yonaskolb/xcodegenAvatar von yonaskolb

    yonaskolb/XcodeGen

    8,523Auf GitHub ansehen↗

    XcodeGen is a command-line utility written in Swift that generates Xcode project files from structured specification files. It serves as a project generator and build configuration manager, allowing targets, schemes, and build settings to be defined in a human-readable format instead of through manual edits in the Xcode IDE. The tool optimizes version control by generating project binaries on demand, which removes the need to store large project files in repositories and eliminates associated merge conflicts. It further automates the development workflow by synchronizing project groups and fi

    Swift
    Auf GitHub ansehen↗8,523
  • astaxie/batAvatar von astaxie

    astaxie/bat

    2,564Auf GitHub ansehen↗

    Go implement CLI, cURL-like tool for humans

    Go
    Auf GitHub ansehen↗2,564
  • carthage/carthageAvatar von Carthage

    Carthage/Carthage

    15,174Auf GitHub ansehen↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    Auf GitHub ansehen↗15,174
  • cesarferreira/alfiC

    cesarferreira/alfi

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • yonaskolb/swaggenAvatar von yonaskolb

    yonaskolb/SwagGen

    633Auf GitHub ansehen↗

    OpenAPI/Swagger 3.0 Parser and Swift code generator

    Swift
    Auf GitHub ansehen↗633

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • almazrafi/fugenAvatar von almazrafi

    almazrafi/Fugen

    85Auf GitHub ansehen↗

    Command line tool for exporting resources and generating code from your Figma files

    Swift
    Auf GitHub ansehen↗85
  • cocoapods/cocoapodsAvatar von CocoaPods

    CocoaPods/CocoaPods

    14,823Auf GitHub ansehen↗

    CocoaPods is a dependency manager for Swift and Objective-C projects that integrates third-party libraries via configuration files. It serves as a project workspace orchestrator, coordinating the build process and linking external dependencies through centralized workspace configurations. To ensure environment consistency across different development machines, it employs a manifest-based version locking system. The project provides a version-controlled library specification registry for managing and distributing metadata and source paths for reusable code modules. It includes tools for extern

    Ruby
    Auf GitHub ansehen↗14,823
  • cpisciotta/xcbeautifyAvatar von cpisciotta

    cpisciotta/xcbeautify

    1,420Auf GitHub ansehen↗
    Swiftbeautifierprettifierswift
    Auf GitHub ansehen↗1,420
  • facebook/augmented-traffic-controlF

    facebook/augmented-traffic-control

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • facebook/stethoAvatar von facebook

    facebook/stetho

    12,672Auf GitHub ansehen↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    Auf GitHub ansehen↗12,672
  • giginet/toyboxAvatar von giginet

    giginet/Toybox

    130Auf GitHub ansehen↗

    🧸 Xcode Playground management made easy

    Swift
    Auf GitHub ansehen↗130
  • giginet/xcprofilerAvatar von giginet

    giginet/xcprofiler

    343Auf GitHub ansehen↗

    :chartwithupwards_trend: CLI to profile compilation time of Swift project

    Ruby
    Auf GitHub ansehen↗343
  • gohanlon/swift-memberwise-init-macroAvatar von gohanlon

    gohanlon/swift-memberwise-init-macro

    194Auf GitHub ansehen↗

    Swift Macro for memberwise initializers at any access level, with default values and compile-time safety.

    Swift
    Auf GitHub ansehen↗194
  • gulpjs/gulpAvatar von gulpjs

    gulpjs/gulp

    32,963Auf GitHub ansehen↗

    Gulp is a JavaScript build automation tool and Node.js task runner designed to coordinate the execution of development tasks. It operates as a streaming build system that transforms source files into production assets through a series of programmable pipelines. The system functions as a file watcher and task orchestrator, monitoring directories for modifications to automatically trigger specific build tasks. It organizes these units of work into sequential or parallel execution paths to streamline development workflows. The toolkit manages asset pipelines by reading files via pattern matchin

    JavaScript
    Auf GitHub ansehen↗32,963
  • gurhub/surmagicAvatar von gurhub

    gurhub/surmagic

    315Auf GitHub ansehen↗

    🚀 Command Line Tool to create XCFramework for multiple platforms in one shot!

    Swift
    Auf GitHub ansehen↗315
  • jamitlabs/accioAvatar von JamitLabs

    JamitLabs/Accio

    670Auf GitHub ansehen↗

    A dependency manager driven by SwiftPM that works for iOS/tvOS/watchOS/macOS projects.

    Swift
    Auf GitHub ansehen↗670
  • johnsundell/swiftplateAvatar von JohnSundell

    JohnSundell/SwiftPlate

    1,775Auf GitHub ansehen↗

    Easily generate cross platform Swift framework projects from the command line

    Swiftcligeneratescript
    Auf GitHub ansehen↗1,775
  • marksands/bettercodableAvatar von marksands

    marksands/BetterCodable

    1,805Auf GitHub ansehen↗

    Better Codable through Property Wrappers

    Swift
    Auf GitHub ansehen↗1,805
  • okonet/lint-stagedAvatar von okonet

    okonet/lint-staged

    14,669Auf GitHub ansehen↗

    lint-staged is a git pre-commit task runner that executes linters and formatters specifically on files staged in git. It functions as a staged file filter and a monorepo task orchestrator, identifying the correct configuration and working directory for files across multiple packages in a repository. The system automatically adds formatting changes back to the git stage after a successful task run. It uses a mechanism to match files in the git index against glob patterns to determine which tasks to execute and can automatically update git indices after formatting. The project covers sequentia

    JavaScript
    Auf GitHub ansehen↗14,669
  • q-mobile/model2appAvatar von Q-Mobile

    Q-Mobile/Model2App

    139Auf GitHub ansehen↗

    Turn your Swift data model into a working CRUD app.

    Swift
    Auf GitHub ansehen↗139
  • s2mr/xcAvatar von s2mr

    s2mr/xc

    23Auf GitHub ansehen↗

    Open your xcode project with Xcode of specific version

    Swift
    Auf GitHub ansehen↗23
  • sventiigi/swiftkitAvatar von SvenTiigi

    SvenTiigi/SwiftKit

    821Auf GitHub ansehen↗

    Start your next Open-Source Swift Framework 📦

    Swift
    Auf GitHub ansehen↗821
  • swiftgen/swiftgenAvatar von SwiftGen

    SwiftGen/SwiftGen

    9,545Auf GitHub ansehen↗

    SwiftGen is a tool that creates strongly typed Swift references for assets, strings, and storyboards to eliminate manual string-based APIs. It functions as a code generator that maps localization keys, static assets, and data models into typed source code using a template-based engine. The project uses custom templates to define the exact structure and syntax of the generated code. This allows the generated output to match specific project conventions while providing a flexible system for mapping translation keys and converting local files, colors, and fonts into typed constants. The tool co

    Swift
    Auf GitHub ansehen↗9,545
  • swiftlang/swift-package-managerAvatar von swiftlang

    swiftlang/swift-package-manager

    10,172Auf GitHub ansehen↗

    Swift Package Manager is a build tool, dependency manager, and registry client for the Swift language. It transforms source files and external dependencies into executable binaries or libraries and manages the resolution, download, and integration of external code libraries. The project provides a client for publishing and versioning signed code packages via a remote registry, ensuring identity verification through digital signing. It also includes a source code formatter to standardize code style and indentation. The system covers a broad range of capabilities including modular code distrib

    Swift
    Auf GitHub ansehen↗10,172
  • swiftlang/swiftlyAvatar von swiftlang

    swiftlang/swiftly

    932Auf GitHub ansehen↗

    A Swift toolchain installer and manager, written in Swift.

    Swift
    Auf GitHub ansehen↗932
  • tuist/tuistAvatar von tuist

    tuist/tuist

    5,527Auf GitHub ansehen↗

    Tuist is a Swift manifest–based project manager for Xcode projects. It replaces manual Xcode project file editing with a declarative Swift DSL where build targets, settings, and dependencies are defined in code. The tool then generates Xcode workspaces and projects from that manifest, and can bootstrap new projects with a given platform target and initial structure. Beyond generation and scaffolding, Tuist provides a command-line build capability that compiles Apple platform projects without launching Xcode. It resolves the dependency graph between targets, detects cycles, and determines buil

    Swiftiosobjective-cproductivity
    Auf GitHub ansehen↗5,527
  • tuist/xcodeprojAvatar von tuist

    tuist/XcodeProj

    2,195Auf GitHub ansehen↗
    Swiftiosmacosobjective-c
    Auf GitHub ansehen↗2,195
  • typicode/huskyAvatar von typicode

    typicode/husky

    35,156Auf GitHub ansehen↗

    Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a project repository. It functions by redirecting standard version control event triggers to a centralized configuration directory, allowing teams to standardize development workflows and enforce code quality without requiring manual setup on every machine. The tool enables custom workflow automation by triggering shell scripts during operations such as committing or pushing code. It distinguishes itself by integrating directly into package manager lifecycles, ensuring that aut

    JavaScriptcommitgithooks
    Auf GitHub ansehen↗35,156
  • umeng/umeng-muti-channel-build-toolAvatar von umeng

    umeng/umeng-muti-channel-build-tool

    607Auf GitHub ansehen↗

    友盟渠道打包工具(windows .net 4.0)

    C#
    Auf GitHub ansehen↗607
  • w3c/mobile-checkerW

    w3c/Mobile-Checker

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0