{"id":41703568,"url":"https://github.com/avelino/jbundle","last_synced_at":"2026-03-14T22:41:12.588Z","repository":{"id":334142398,"uuid":"1140223380","full_name":"avelino/jbundle","owner":"avelino","description":"Package JVM applications (Clojure, Java) into self-contained binaries. No JVM installation required to run the output.","archived":false,"fork":false,"pushed_at":"2026-01-26T12:58:00.000Z","size":245,"stargazers_count":68,"open_issues_count":17,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-27T08:52:33.375Z","etag":null,"topics":["clojure","graalvm","graalvm-native-image","jlink","jvm","rust"],"latest_commit_sha":null,"homepage":"https://avelino.run/projects/jbundle/","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/avelino.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-23T01:40:59.000Z","updated_at":"2026-01-27T08:29:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/avelino/jbundle","commit_stats":null,"previous_names":["avelino/clj-pack"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/avelino/jbundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avelino%2Fjbundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avelino%2Fjbundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avelino%2Fjbundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avelino%2Fjbundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avelino","download_url":"https://codeload.github.com/avelino/jbundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avelino%2Fjbundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28828592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["clojure","graalvm","graalvm-native-image","jlink","jvm","rust"],"created_at":"2026-01-24T21:05:08.125Z","updated_at":"2026-03-14T22:41:12.572Z","avatar_url":"https://github.com/avelino.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jbundle\n\nPackage JVM applications into self-contained binaries. No JVM installation required.\n\nTransforms JVM applications (Clojure, Java, Kotlin, Scala, Groovy) into self-contained binaries. Previously known as `clj-pack`, renamed to reflect support for all JVM languages.\n\n## Why jbundle?\n\nGraalVM native-image has slow compilations, complex reflection configuration, and library incompatibilities. jbundle bundles a minimal JVM runtime with your uberjar into a single executable—full JVM compatibility, no external dependencies.\n\n## Quick Start\n\n```bash\n# Install (macOS/Linux)\ncurl -sSL https://raw.githubusercontent.com/avelino/jbundle/main/install.sh | sh\n\n# Install (Windows PowerShell)\n# irm https://raw.githubusercontent.com/avelino/jbundle/main/install.ps1 | iex\n\n# Or via Homebrew\nbrew tap avelino/jbundle\nbrew install jbundle\n\n# Build your app\njbundle build --input ./my-app --output ./dist/my-app\n\n# Run (no Java required)\n./dist/my-app\n\n# Preview build plan without executing\njbundle build --input ./my-app --output ./dist/my-app --dry-run\n```\n\n## Documentation\n\n[Full documentation](https://jbundle.avelino.run) available\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favelino%2Fjbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favelino%2Fjbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favelino%2Fjbundle/lists"}