Kalmia - A documentation CMS written in go

Prapattimynk

Administrator
Staff member
Joined
Feb 13, 2025
Messages
58
Reaction score
2
Points
8
1739502592177.webp

Kalmia is a Go tool with a web interface for managing RsPress documentation. It supports multiple versions, multiple users, and includes a markdown editor for easy edits. Please visit our website for more information on how to use Kalmia and its features.

Requirements​

  • Go >= 1.22
  • Node.js (version v20.15.0 or later)
  • npm (usually comes with Node.js)
  • pnpm (version v10 or later) Download pnpm using this command
npm install -g pnpm@latest-10

Refer to pnpm installation if facing any trouble installing through npm
  • PostgreSQL >= 15 (If you're not using SQLite)

Installation​

You can download from releases, our website or even clone the repository:
Code:
git clone https://github.com/DifuseHQ/kalmia.git
cd kalmia

See Kalmia
 
Back
Top