Skip to content
On this page

Build with compressed js

  1. Download the latest artifact from GitHub: https://github.com/hamsterbase/hamsterbase/releases/latest

    Download the hamsterbase-selfhosted-${version}.tgz file.

  2. Extract the contents of the tgz file to the hamsterbase-selfhosted directory.

  3. Install dependencies

    bash
    cd hamsterbase-selfhosted
    npm install
    
  4. Download sqlite fts extension。Unzip the file and place it in hamsterbase-selfhosted/simple

  5. Run Script node main.js. (require nodejs 16)