{"id":13485782,"url":"https://github.com/puniverse/capsule","last_synced_at":"2025-05-15T20:04:01.348Z","repository":{"id":16166044,"uuid":"18912218","full_name":"puniverse/capsule","owner":"puniverse","description":"Dead-Simple Packaging and Deployment for JVM Apps","archived":false,"fork":false,"pushed_at":"2022-05-29T12:44:43.000Z","size":6156,"stargazers_count":1152,"open_issues_count":29,"forks_count":100,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-04-08T02:39:17.123Z","etag":null,"topics":["deployment","jar","java","jvm","packaging"],"latest_commit_sha":null,"homepage":"http://capsule.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puniverse.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}},"created_at":"2014-04-18T12:15:41.000Z","updated_at":"2025-02-09T18:24:42.000Z","dependencies_parsed_at":"2022-09-14T11:20:39.594Z","dependency_job_id":null,"html_url":"https://github.com/puniverse/capsule","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fcapsule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fcapsule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fcapsule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puniverse%2Fcapsule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puniverse","download_url":"https://codeload.github.com/puniverse/capsule/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414497,"owners_count":22067272,"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":["deployment","jar","java","jvm","packaging"],"created_at":"2024-07-31T18:00:31.684Z","updated_at":"2025-05-15T20:04:00.212Z","avatar_url":"https://github.com/puniverse.png","language":"Java","readme":"# *Capsule*\u003cbr/\u003eDead-Simple Packaging and Deployment for JVM Applications\n[![Build Status](http://img.shields.io/travis/puniverse/capsule.svg?style=flat)](https://travis-ci.org/puniverse/capsule) [![Coverage](https://coveralls.io/repos/puniverse/capsule/badge.svg?branch=master)](https://coveralls.io/r/puniverse/capsule?branch=master) [![Dependency Status](https://www.versioneye.com/user/projects/539704a483add7f80a000030/badge.svg?style=flat)](https://www.versioneye.com/user/projects/539704a483add7f80a000030) [![Version](http://img.shields.io/badge/version-1.0.3-blue.svg?style=flat)](https://github.com/puniverse/capsule/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html)\n\n\nCapsule is a packaging and deployment tool for JVM applications. A capsule is a single executable JAR that contains everything your application needs to run either in the form of embedded files or as declarative metadata. It can contain your JAR artifacts, your dependencies and resources, native libraries, the require JRE version, the JVM flags required to run the application well, Java or native agents and more. In short, a capsule is a self-contained JAR that knows everything there is to know about how to run your application the way it's meant to run.\n\nOne way of thinking about a capsule is as a fat JAR on steroids (that also allows native libraries and never interferes with your dependencies) and a declarative startup script rolled into one; another, is to see it is as the deploy-time counterpart to your build tool. Just as a build tool manages your build, Capsule manages the launching of your application.\n\nBut while plain capsules are cool and let you ship any JVM application -- no matter how complex -- as a single executable JAR, caplets make capsules even more powerful.\n\n## Documentation\n\n[Capsule website](http://www.capsule.io)\n\n## Support\n\nDiscuss Capsule on the capsule-user [Google Group/Mailing List](https://groups.google.com/forum/#!forum/capsule-user)\n\n## Getting Started\n\n[Download](https://github.com/puniverse/capsule/releases)\n\nor:\n\n    co.paralleluniverse:capsule:1.0.3\n\nor:\n\nClone the repository and\n\n    gradle install\n\n## License\n\n    Copyright (c) 2014-2016, Parallel Universe Software Co. and Contributors. All rights reserved.\n\n    This program and the accompanying materials are licensed under the terms\n    of the Eclipse Public License v1.0 as published by the Eclipse Foundation.\n\n        http://www.eclipse.org/legal/epl-v10.html\n\nAs Capsule does not link in any way with any of the code bundled in the JAR file, and simply treats it as raw data, Capsule is no different from a self-extracting ZIP file (especially as manually unzipping and examining the JAR's contents is extremely easy). Capsule's own license, therefore, does not interfere with the licensing of the bundled software.\n\nIn particular, even though Capsule's license is incompatible with the GPL/LGPL, it is permitted to distribute GPL programs packaged as capsules, as Capsule is simply a packaging medium and an activation script, and does not restrict access to the packaged GPL code. Capsule does not add any capability to, nor removes any from the bundled application. It therefore falls under the definition of an \"aggregate\" in the GPL's terminology.\n","funding_links":[],"categories":["Projects","Java","Deployment and Continuous Integration","V. Tools for developing","项目","Runtimes"],"sub_categories":["Distribution","Lightweight","2. Deploy, config and build","分布"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuniverse%2Fcapsule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuniverse%2Fcapsule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuniverse%2Fcapsule/lists"}