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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
laher avatar

laher/goxcArchived

0
View on GitHub↗
1,662 stars·78 forks·Go·8 views

Goxc

a build tool for Go, with a focus on cross-compiling, packaging and deployment

Features

  • Infrastructure Tools - Build tool focused on cross-compilation and packaging.
  • Build and Compilation Tools - Legacy tool for cross-platform compilation.

Star history

Star history chart for laher/goxcStar history chart for laher/goxc

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Goxc

These projects share indexed features with Goxc. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mitchellh/goxmitchellh avatar

    mitchellh/gox

    4,580View on GitHub↗

    Gox is a cross-platform build automator and command line tool designed for Go cross-compilation. It serves as a toolchain manager that builds and configures the necessary compilation tools and flags required to target diverse hardware platforms. The system automates the setup, installation, and provisioning of the assemblers and linkers needed for different operating systems and architectures. It manages the generation of executable binaries for multiple platforms in parallel, utilizing custom naming templates and linker flags to prepare software releases. The tool provides capabilities for

    Go
    View on GitHub↗4,580
  • sbt/sbtsbt avatar

    sbt/sbt

    4,929View on GitHub↗

    Sbt is a JVM build tool and dependency management system designed for Scala and Java. It functions as a multi-project build orchestrator that manages the compilation of source code, resolves external libraries from remote repositories, and packages binaries for distribution. The project is distinguished by its interactive build system, which provides a read-eval-print loop for real-time state inspection and task execution. It utilizes a dependency-graph based execution model to process tasks and maintains a type-safe key-value store for dynamic build configuration. Its capabilities cover JVM

    Scala
    View on GitHub↗4,929
  • swiftlang/swift-buildswiftlang avatar

    swiftlang/swift-build

    2,225View on GitHub↗

    Swift Build is a modular build system designed to orchestrate the compilation of software projects. It functions as a low-level engine that manages the entire build lifecycle, including dependency resolution, task scheduling, and the generation of executable binaries or libraries. By utilizing a decoupled client-server architecture, the system separates the build engine from the interface to facilitate consistent and isolated task execution. The system distinguishes itself through a graph-based approach to task scheduling and a persistent database that tracks file states to ensure incremental

    Swiftbuildbuild-systembuild-tool
    View on GitHub↗2,225
  • openwrt/packagesopenwrt avatar

    openwrt/packages

    4,532View on GitHub↗

    This project is a cross-compilation build system and software repository for the OpenWrt operating system. It provides a curated collection of community-maintained software packages, build scripts, and application definitions used to compile third-party libraries and utilities for specific target hardware architectures. The system functions as an embedded Linux software feed, utilizing a cross-compilation workflow to convert external source code into compatible binaries. It includes a distribution of network tools, such as DNS servers and VPNs, tailored for router-based environments and resou

    Makefilehacktoberfest
    View on GitHub↗4,532
Compare all 30 related projects→

Frequently asked questions

What does laher/goxc do?

a build tool for Go, with a focus on cross-compiling, packaging and deployment

What are the main features of laher/goxc?

The main features of laher/goxc are: Infrastructure Tools, Build and Compilation Tools.

Which projects share features with laher/goxc?

Projects with overlapping indexed features include: mitchellh/gox — Gox is a cross-platform build automator and command line tool designed for Go cross-compilation. It serves as a… swiftlang/swift-build — Swift Build is a modular build system designed to orchestrate the compilation of software projects. It functions as a… sbt/sbt — Sbt is a JVM build tool and dependency management system designed for Scala and Java. It functions as a multi-project… openwrt/packages — This project is a cross-compilation build system and software repository for the OpenWrt operating system. It provides… alouche/rodent — Manage Go Versions/Projects/Dependencies. ahmetalpbalkan/govvv.