2026-07-12 14:12:15 -07:00
2026-07-12 14:12:15 -07:00
2017-03-05 20:27:48 +01:00
2026-07-12 14:12:15 -07:00
2026-07-12 14:12:15 -07:00
2017-03-04 11:22:48 +01:00
2017-03-04 11:22:48 +01:00
2023-02-05 15:59:36 +01:00
2026-07-12 14:12:15 -07:00
2026-07-12 14:12:15 -07:00
2026-07-12 14:12:15 -07:00
2026-07-12 14:12:15 -07:00
2026-07-12 14:12:15 -07:00
2026-07-12 14:12:15 -07:00
2025-02-23 10:42:56 +01:00

GitHub Actions CI Go Report Card

Overview

With gokrazy, you can deploy your Go programs as appliances to a Raspberry Pi or PC (→ supported platforms).

For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis.

Then, we had a crazy idea: what if we got rid of memory-unsafe languages and all software we dont strictly need?

Turns out this is feasible. gokrazy is the result.

→ Learn more at gokrazy.org

GitHub Repository structure

Documentation

gokrazy.org uses hugo for creating and generating the website. You can find the hugo install instructions here: Install Hugo. With hugo you can write documentation in Markdown and generate a static website from it.

The website subdirectory is hugos root directory. In order to preview the documentation or to re-generate the website, switch the directory to website.

To preview the website, run the hugo webserver:

hugo serve

Generate the website:

hugo

The updated website content will be stored in the ./docs directory. Do not update anything here manually.

S
Description
No description provided
Readme BSD-3-Clause 30 MiB
Languages
JavaScript 96.4%
CSS 1.3%
HTML 1.1%
Go 0.8%
Go Template 0.4%