Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.26 KB

File metadata and controls

50 lines (29 loc) · 1.26 KB

leanclient

A visualized theorem prover based on Lean 4

demo1

Requirements

Supported platform: Windows

Installation

Prebuilt binaries

Download here

Build from source

Open Powershell under the installation folder and run:

git clone https://github.com/LAWArthur/leanclient.git
cd leanclient
./build.ps1

It may take a few minutes to compile and build. The built binaries are in dist/.

If you run into any issues, try to build and assemble manually according to the script.

Usage

Double click on leanclient.exe in the distribution directory to start the server. Then visit https://localhost:8081 and you may start theorem proving.

The server port can be set manually through environment variable PORT.

Tutorials

快速入门

Lean 依值类型论

Related Links

Lean Theorem Prover