{"id":15032121,"url":"https://github.com/vineflower/vineflower","last_synced_at":"2025-05-14T11:09:14.713Z","repository":{"id":37043834,"uuid":"346465436","full_name":"Vineflower/vineflower","owner":"Vineflower","description":"Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.","archived":false,"fork":false,"pushed_at":"2025-05-13T21:47:14.000Z","size":11534,"stargazers_count":1478,"open_issues_count":98,"forks_count":103,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-05-13T23:07:22.062Z","etag":null,"topics":["decompiler","fernflower","hacktoberfest","java"],"latest_commit_sha":null,"homepage":"https://vineflower.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vineflower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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}},"created_at":"2021-03-10T19:15:51.000Z","updated_at":"2025-05-13T20:17:34.000Z","dependencies_parsed_at":"2023-09-26T02:31:52.000Z","dependency_job_id":"27cee566-3a7c-44f6-8752-f27c7fa461ad","html_url":"https://github.com/Vineflower/vineflower","commit_stats":{"total_commits":1495,"total_committers":74,"mean_commits":20.2027027027027,"dds":0.688294314381271,"last_synced_commit":"ddf84710f8521ce62d1e3e55a39d300432d6b729"},"previous_names":["vineflower/vineflower","quiltmc/quiltflower"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vineflower%2Fvineflower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vineflower%2Fvineflower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vineflower%2Fvineflower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vineflower%2Fvineflower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vineflower","download_url":"https://codeload.github.com/Vineflower/vineflower/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129488,"owners_count":22019628,"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":["decompiler","fernflower","hacktoberfest","java"],"created_at":"2024-09-24T20:17:23.083Z","updated_at":"2025-05-14T11:09:14.680Z","avatar_url":"https://github.com/Vineflower.png","language":"Java","readme":"# Vineflower\n\nVineflower is a modern, general purpose JVM language decompiler focused on providing the best quality, speed, and usability.\n\nVineflower's features include:\n- Java 21+ support, including records, sealed classes, switch expressions, pattern matching, and more\n- Clean code generation and output, with automatic output formatting\n- Multithreaded decompilation\n\nExamples of Vineflower's output, compared to other decompilers, can be found on [the wiki.](https://github.com/Vineflower/vineflower/wiki)\n\n## Use\nWant to use Vineflower? There are a few ways! The [Vineflower Intellij IDEA plugin](https://plugins.jetbrains.com/plugin/18032-quiltflower) replaces Fernflower in IDEA with Vineflower, and allows you to modify its settings.\n\nIf you want to run Vineflower from the commandline, head over to the [Releases tab](https://github.com/Vineflower/vineflower/releases) and grab the latest release.\nYou can then run Vineflower with `java -jar vineflower.jar \u003carguments\u003e \u003csource\u003e \u003cdestination\u003e`.\n`\u003carguments\u003e` is the list of [commandline arguments](https://github.com/Vineflower/vineflower/wiki) that you want to pass to the decompiler.\n`\u003csource\u003e` can be a jar, zip, folder, or class file, and `\u003cdestination\u003e` can be a folder, zip, jar, or excluded to print to the console.\n\nTo use Vineflower as a library, you can find distributions on maven central. Vineflower 1.9+ requires Java 11 or higher to run, and Vineflower 1.11+ requires Java 17 or higher to run.\nVineflower can be imported with gradle with:\n```groovy\ndependencies {\n    implementation 'org.vineflower:vineflower:\u003cversion\u003e'\n}\n```\nVineflower 1.10+ provides two artifacts, the regular jar and the slim jar. The regular jar contains the decompiler and a handful of plugins, such as a Kotlin decompiler and variable renamer.\nThe slim jar contains only the decompiler. If unsure, simply use the regular jar as before.\n\nInstructions on how to interface with Vineflower can be found on [the wiki.](https://github.com/Vineflower/vineflower/wiki)\n\nPlease report any issues to the [Issues tab!](https://github.com/Vineflower/vineflower/issues)\n\n### Building\nVineflower can be built simply with `./gradlew build`.\n\n### Support\nFor support or questions, please join one of the listed [social platforms](https://github.com/Vineflower), or on the [discussion tab](https://github.com/Vineflower/vineflower/discussions).\n\n## Contributing\nContributions are always welcome! We are always looking for help with bugfixes, new features, and enhancements. If you'd like to work on a feature or bugfix, feel free to simply open a PR! If you want to communicate about a change before making it, you can get in touch with the methods listed above.\nVineflower's codebase is rather old and some concepts may be difficult to navigate. For help, please check out [CONTRIBUTING.md](./CONTRIBUTING.md) and [ARCHITECTURE.md](./ARCHITECTURE.md).\n\n### Pull Requests\nWhen submitting pull requests, please target the latest `develop/1.xx.y` branch.\n\n### Special Thanks\nVineflower is a fork of Jetbrains' Fernflower, MinecraftForge's ForgeFlower, FabricMC's fork of Fernflower, and a direct continuation of work on Quiltflower.\n\n* Stiver- For creating Fernflower\n* Jetbrains- For maintaining Fernflower\n* Forge Team- For maintaining ForgeFlower\n* Fabric Team- For maintaining Fabric's fork of Fernflower\n* CFR- For its large suite of very useful tests","funding_links":[],"categories":["Reverse Engineering"],"sub_categories":["Decompilers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvineflower%2Fvineflower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvineflower%2Fvineflower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvineflower%2Fvineflower/lists"}