Skip to content
indium114 edited this page Jun 8, 2026 · 7 revisions

Dotkeeper wiki

Welcome to the Wiki!

Here, you'll find all the info you need to set up and use Dotkeeper! If for whatever reason the info you want isn't here, that's okay - You - yes, you - can contribute to the Wiki too!

Look over on the right for the dropdown to navigate the various sections of the wiki.

Installation

Installing Dotkeeper is rather easy.

The official installation is through wares. To install dotkeeper, simply run the following command:

wares add dotkeeper

Alternatively, you can add the following to your config (NOTE: Remove the wares: and put it under the wares: key in your config).

wares:
  dotkeeper:
    name: dotkeeper
    repo: indium114/dotkeeper
    asset: "dotkeeper_Linux_x86_64"

Note

Replace Linux with Darwin if you are on macOS, and x86_64 with arm64 if you are on an ARM processor (e.g. Apple Silicon)

Basic Commands:

Usage: dotkeeper <command>
> list            - Lists available keeps
> status          - Shows active keep
> deactivate      - Deactivates the current keep
> activate <keep> - Activates a keep

Continuing

Now, go on over to the dropdown at the top-left and go to the "Keep Management" section for further instructions

If you like using Dotkeeper, please give it a star! It really helps out. GitHub Repo stars

Clone this wiki locally