Installation¶
VS Code Extension¶
Install from the VS Code marketplace:
Open VS Code
Press
Ctrl+Shift+X(orCmd+Shift+Xon macOS)Search for Language Check
Click Install
On first activation, the extension will prompt you to download the core binary for your platform. You can also install it manually.
CLI Binary¶
Pre-built binaries¶
Download the latest release for your platform from GitHub Releases.
Available targets:
x86_64-unknown-linux-gnu— Linux x86_64aarch64-unknown-linux-gnu— Linux ARM64x86_64-apple-darwin— macOS Intelaarch64-apple-darwin— macOS Apple Siliconx86_64-pc-windows-msvc.exe— Windows x86_64
From source¶
git clone https://github.com/KaiErikNiermann/LangCheck.git
cd LangCheck/rust-core
cargo build --release
The binary will be at target/release/language-check-server.
Verify the download¶
Each release includes .sha256 checksum files:
sha256sum -c language-check-server-x86_64-unknown-linux-gnu.sha256