release.sh VS debug

Compare release.sh vs debug and see what are their differences.

release.sh

🚀 A simple bash script for building Go projects for multiple platforms 💻💾 (by donuts-are-good)

debug

Fork of pkg/debug that adds some additional functionality. (by Binject)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
release.sh debug
2 1
43 115
- 0.0%
3.7 0.6
8 months ago about 1 month ago
Shell Go
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

release.sh

Posts with mentions or reviews of release.sh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • The Simplicity of Single-File Golang Deployments
    10 projects | news.ycombinator.com | 22 Mar 2023
    I made a cool program for you Go stuff that will check all the supported OS and ARCH combos for your code and compile them all. You just do `release --name "mycoolprogram" --version "0.1.0" and it will output all of your labeled release binaries for every platform your code supports.

    check it out! https://github.com/donuts-are-good/release.sh You can see it at work here for this simple markdown blog generator I made, which sports about 39 different platform combos https://github.com/donuts-are-good/bearclaw/release/latest

  • Why is building a UI in Rust so hard?
    2 projects | news.ycombinator.com | 18 Mar 2023
    Im releasing on 39+ platforms. https://github.com/donuts-are-good/bearclaw for example releasing using https://github.com/donuts-are-good/release.sh

debug

Posts with mentions or reviews of debug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • The Simplicity of Single-File Golang Deployments
    10 projects | news.ycombinator.com | 22 Mar 2023
    In the malware reverse engineering scene, there are a lot of forks of the upstream "debug" go library, because it allows loading, parsing, compiling and executing libraries from disk (rather than in-kernel or in-userspace).

    And there's also "purego" as an implementation that directly generates shellcode.

    Maybe those will help you, too?

    I am just mentioning these because for my use cases those approaches worked perfectly, CGO free.

    [1] https://github.com/Binject/debug

    [2] https://github.com/ebitengine/purego

What are some alternatives?

When comparing release.sh and debug you can also consider the following projects:

bearclaw - tiny static site generator w/ rss

go-reuseport - reuse tcp/udp ports in golang

tableflip - Graceful process restarts in Go

executable-dist-plugin - A Gradle plugin which makes distribution zips runnable, as a sort of alternative to an uberjar. A London Beach production :guardsman::palm_tree:.

jolikit - Java APIs to abstract away time (clocks, schedulers), simple 2D UIs (BWD), and a bit more, with default implementations

Quarkus - Quarkus: Supersonic Subatomic Java.

go - The Go programming language

httpx - Provides an extended, production-ready HTTP server.