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
P

probonopd/go-appimage

0
View on GitHub↗
0 stars·0 forks·10 views

Go Appimage

An implementation of AppImage tools written in Go by the inventor of the AppImage format.

Features

  • Build and Compilation Tools - Creates AppImage bundles for applications.
  • Deployment Tools - Deploys dependencies and converts directories into portable bundles.
  • Desktop Integration - Experimental daemon for integrating portable files into the system environment.

Star history

Star history chart for probonopd/go-appimageStar history chart for probonopd/go-appimage

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Go Appimage

Similar open-source projects, ranked by how many features they share with Go Appimage.
  • electron-userland/electron-builderelectron-userland avatar

    electron-userland/electron-builder

    14,594View on GitHub↗

    electron-builder is a cross-platform build automator and packaging tool for Electron applications. It bundles source code and dependencies into platform-specific installers, portable executables, and app store formats for Windows, macOS, and Linux. The project functions as a distribution pipeline that orchestrates the signing and notarization of binaries to ensure authenticity and bypass security warnings. It also serves as an auto-update orchestrator, preparing application packages and distribution channels to support automatic background software updates. Its capability surface covers the

    TypeScript
    View on GitHub↗14,594
  • 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
See all 30 alternatives to Go Appimage→

Frequently asked questions

What does probonopd/go-appimage do?

An implementation of AppImage tools written in Go by the inventor of the AppImage format.

What are the main features of probonopd/go-appimage?

The main features of probonopd/go-appimage are: Build and Compilation Tools, Deployment Tools, Desktop Integration.

What are some open-source alternatives to probonopd/go-appimage?

Open-source alternatives to probonopd/go-appimage include: electron-userland/electron-builder — electron-builder is a cross-platform build automator and packaging tool for Electron applications. It bundles source… 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… burrowers/garble — Garble is an obfuscation tool for Go binaries. It transforms compiled Go programs by hashing identifiers, package… appimage/appimaged — appimaged is an optional daemon that watches locations like ~/bin and ~/Downloads for AppImages and if it detects…