{"id":18774159,"url":"https://github.com/bunopnu/shellbin","last_synced_at":"2026-05-07T18:34:20.118Z","repository":{"id":236163336,"uuid":"785961364","full_name":"bunopnu/shellbin","owner":"bunopnu","description":"Ship your shell script as executable binary","archived":false,"fork":false,"pushed_at":"2024-05-05T11:38:51.000Z","size":47,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T02:46:22.876Z","etag":null,"topics":["assembly","batch","batch-to-exe","binary","rust","shell"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bunopnu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-13T02:46:15.000Z","updated_at":"2025-01-17T23:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3767d63-4002-42eb-8204-44c6a4d2dc0a","html_url":"https://github.com/bunopnu/shellbin","commit_stats":null,"previous_names":["bunopnu/shellbin"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/bunopnu/shellbin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fshellbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fshellbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fshellbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fshellbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunopnu","download_url":"https://codeload.github.com/bunopnu/shellbin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fshellbin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32750711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assembly","batch","batch-to-exe","binary","rust","shell"],"created_at":"2024-11-07T19:37:33.206Z","updated_at":"2026-05-07T18:34:20.098Z","avatar_url":"https://github.com/bunopnu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShellBin\n\nShip your shell script as executable binary!\n\n## Output\n\nThis tool doesn't need additional tools like compilers or assemblers to generate a binary.\n\n### Windows\n\nThe generated binary invokes the `system` function to execute the specified script. **Keep in mind that some anti-malware software may flag binaries due to this behavior.**\n\n### Linux\n\nThe generated binary uses the `execve` syscall to execute the specified shell script, calling `/bin/bash` to run the script.\n\n## Example\n\n\u003e Note that you can cross-compile your script, allowing you to compile a Bash script for Linux while using Windows, for example.\n\n### Windows\n\n```\n$ shellbin -s \"echo testing for windows! \u0026\u0026 ping bun.rip\" -o output.exe -t windows\nSuccessfully wrote 16384 bytes to: output.exe\n\n$ .\\output.exe\ntesting for windows!\n\nPinging bun.rip [104.21.28.78] with 32 bytes of data:\nReply from 104.21.28.78: bytes=32 time=64ms TTL=48\nReply from 104.21.28.78: bytes=32 time=66ms TTL=48\nReply from 104.21.28.78: bytes=32 time=70ms TTL=48\nReply from 104.21.28.78: bytes=32 time=63ms TTL=48\n\nPing statistics for 104.21.28.78:\n    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),\nApproximate round trip times in milli-seconds:\n    Minimum = 63ms, Maximum = 70ms, Average = 65ms\n```\n\n### Linux\n\n```\n$ shellbin -s \"echo testing for linux! \u0026\u0026 dir\" -o output -t linux-amd64\nSuccessfully wrote 288 bytes to: output\n\n$ ./output\ntesting for linux!\nCargo.lock  Cargo.toml  LICENSE  README.md  output  src  target  testing\n```\n\n## License\n\nShellBin is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunopnu%2Fshellbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunopnu%2Fshellbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunopnu%2Fshellbin/lists"}