1
Download KeY
- Download the latest stable version of KeY as single click jar and double-click the jar file (or use
java -jar key-2.x.x-exe.jar
on the command line). - Alternatively, you can download the latest development version.
2
Tutorials & Examples
Load an example from the list presented in the dialog that pops up when starting KeY. Good choices are, e.g.:- “Quicktour” for program verification
- “Transitivity of Subset” for first-order logic
- “Declassification – Sum” for information flow analysis
3
KeY as a Library
You can use KeY as a library in your own project: Make use of its capabilities as a first-order prover or symbolic execution engine. We provide some starting points for you in the “KeY for Your Own Research Projects” section. Download the KeY nightly source code distribution here and take a look at our documentation documentation.4