Skip to main content

Installation

Oblikovati is under active development and is published as nightly builds. Download the latest from the release page:

➡️ Oblikovati nightly release

Pre-release software

Nightly builds are updated frequently and are not yet stable. Expect rough edges, and update often — the assets are replaced on each new build.

Desktop application

Download the asset for your platform from the nightly release and run it. File names include the build version, so match by the suffix:

PlatformAssetRun it
Linux (x86-64)oblikovati-*-linux-amd64.AppImagechmod +x the file, then run it
Windows (x86-64)oblikovati-*-windows-amd64.zipUnzip, then run the executable
macOS (universal)oblikovati-*-macos-universal.zipUnzip, then open Oblikovati.app

Command-line tool

oblikovati-cli is the headless entry point — it creates and inspects documents and runs Lua scripts without a window. Download the build for your platform and architecture:

PlatformAssets
Linuxoblikovati-cli-*-linux-amd64, oblikovati-cli-*-linux-arm64
macOSoblikovati-cli-*-darwin-amd64, oblikovati-cli-*-darwin-arm64
Windowsoblikovati-cli-*-windows-amd64.exe, oblikovati-cli-*-windows-arm64.exe

On Linux and macOS, make it executable and run it:

chmod +x oblikovati-cli-*-linux-amd64
./oblikovati-cli-*-linux-amd64 --help

Verifying your download

Every release includes a checksums.txt. Verify a download's integrity with:

sha256sum --check --ignore-missing checksums.txt

Next steps