import type {ReactNode} from 'react'; import Layout from '@theme/Layout'; import Heading from '@theme/Heading'; import Translate, {translate} from '@docusaurus/Translate'; const CONTACT_US = '/contact'; const BOOT_IMAGES = '/docs/build-a-box'; const REPO = 'https://guardianproject.dev/butter'; const DOCS = '/docs'; function Hero() { return (
Butter App Feature Logo Introducing Butter Box

Life without internet made smoother.
Get access to tools that help.

); } export default function Home(): ReactNode { return (
A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel.

An app store, encrypted chat, and more, all available over WiFi from an off-the-grid Raspberry Pi.

How does it work?

Butter Box broadcasts its own WiFi network. Once you join, you can install Butter, get apps, join a public chatroom, or make your own private one to share with friends. Butter Box works even when there's no Internet. Just stop by the box to download more apps or check in on your chatrooms. Everything is stored right on the Butter Box.

A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel. Learn More
Get your own Butter Box

We help make & ship Butter Boxes to partners around the world. Reach out to us if you serve a community that could benefit.

Get in Touch
Make your own Butter Box

You can make your own Butter Box by installing a pre-made image on a Raspberry Pi or even an old PC. Just download the image and burn it onto a MicroSD card or USB drive using the same RPi or Disk Imager you'd use to install other distros.

Learn How!

Or, customize your Butter Box following the instructions in our open source repository.

Source & Documentation
ButterBox is built by the teams from Guardian Project, SR2, and Okthanks
with the support of F-Droid, FFDW, and the Open Technology Fund
); }