Skip to content

Source Code

SALT is open-source software hosted on GitHub.

Repository

https://github.com/ifellows/salt

The repository contains three main components:

DirectoryContents
salt_management/Management server, Node.js / Express / SQLite / EJS
salt_android/Tablet app, Android (Kotlin)
salt_website/This documentation website, Astro / Starlight

Branches

BranchDescription
mainStable releases
salt-websiteDocumentation website development

Installation script

The one-command installer is hosted at:

https://raw.githubusercontent.com/ifellows/salt/main/salt_management/install.sh

See Installation for usage.

License

See the LICENSE file in the repository root.

Reporting issues

Open an issue on the GitHub repository: https://github.com/ifellows/salt/issues

Include:

  • A description of the problem
  • Steps to reproduce
  • The relevant component (management server, tablet app, or website)
  • Server logs (docker logs salt) or tablet logs (uploaded from Developer Settings) if applicable