Downloads¶
Please download the latest stable version of Takajo with compiled binaries or compile the source code from the Releases page.
Note: we provide release binaries for 64-bit Windows and Intel and Arm-based macOS but not Linux because it is difficult to provide MUSL binaries for Linux at the moment.
Requirements¶
The html-report and html-server commands use DuckDB as the default database backend for fast analytical queries.
You need to install DuckDB before using these commands.
You can use the --sqlite flag to use SQLite instead if you do not want to install DuckDB.