{"id":15010291,"url":"https://github.com/sanel/jarbloat","last_synced_at":"2026-03-15T17:39:01.641Z","repository":{"id":255327974,"uuid":"849249223","full_name":"sanel/jarbloat","owner":"sanel","description":"Analyze java jar files","archived":false,"fork":false,"pushed_at":"2024-09-16T08:38:33.000Z","size":85,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T13:25:35.274Z","etag":null,"topics":["analysis","clojure","graphviz-dot","jar","java","treemap"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanel.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-08-29T08:53:43.000Z","updated_at":"2024-09-16T09:59:20.000Z","dependencies_parsed_at":"2024-09-15T03:03:25.998Z","dependency_job_id":"f5826773-5cdb-40c0-9f3d-f6c4304684eb","html_url":"https://github.com/sanel/jarbloat","commit_stats":null,"previous_names":["sanel/jarbloat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Fjarbloat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Fjarbloat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Fjarbloat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Fjarbloat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanel","download_url":"https://codeload.github.com/sanel/jarbloat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243290813,"owners_count":20267788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["analysis","clojure","graphviz-dot","jar","java","treemap"],"created_at":"2024-09-24T19:33:27.431Z","updated_at":"2025-12-24T17:29:00.127Z","avatar_url":"https://github.com/sanel.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jarbloat\n[![jarbloat tests](https://github.com/sanel/jarbloat/actions/workflows/test.yml/badge.svg)](https://github.com/sanel/jarbloat/actions)\n\nA simple tool to analyze the content and size of a Java JAR file. Inspired with [go-size-analyzer](https://github.com/Zxilly/go-size-analyzer).\n\nFeatures:\n * Works on Java \u003e= 8\n * Detail size breakdown by files and packages\n * Support multiple output formats: table (can be used in markdown or\n   [org-mode](https://orgmode.org/) files), json, csv and interactive html\n * Support for analyzing the dependency of each class file (within a jar) and\n   displaying dependency graph in [Graphviz dot](https://graphviz.org/) format\n * It can be compiled with [GraalVM](https://www.graalvm.org/) for fast startup\n\n## Usage\nDownload the latest release from\n[releases](https://github.com/sanel/jarbloat/releases) page. You can\nrun OS independent `jarbloat.jar` with:\n\n```\njava -jar jarbloat.jar [options] \u003capp.jar\u003e\n```\n\nor you can run OS dependant binary with:\n```\n# linux\njarbloat-linux-amd64 [options] \u003capp.jar\u003e\n\n# macos\njarbloat-darwin-amd64 [options] \u003capp.jar\u003e\n\n# windows\njarbloat-windows-amd64.exe [options] \u003capp.jar\u003e\n```\n\n## Compilation\n\nTo compile jarbloat, make sure you have\n[leiningen](https://leiningen.org/) installed and `make`. Run:\n\n```\nmake uberjar\n```\n\nand you will get a standalone uberjar in `target/jarbloat.jar.` To\ncompile it to a standalone binary, install\n[GraalVM](https://www.graalvm.org/) and run:\n\n```\nmake native NATIVE_IMAGE=\u003cpath/to/native-image\u003e\n```\n\nGithub Actions will automatically create OS dependent binaries for\nevery new release.\n\n## License\n\nCopyright © 2024 Sanel Zukan\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanel%2Fjarbloat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanel%2Fjarbloat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanel%2Fjarbloat/lists"}