procyon-decompiler

Modern decompiler for Java 5+ bytecode to readable source code

brewmacoslinux
Try with needOr install directly
Source

About

Modern decompiler for Java 5 and beyond

Commands

procyon

Examples

Decompile a single JAR file and display output$ procyon myapp.jar
Decompile a specific class file$ procyon MyClass.class
Decompile and write output to a file$ procyon -o output.java MyClass.class