# Download Perkeep The latest release is [0.11 ("Seattle")](/doc/release/0.11), released 2020-11-11. Or, using the latest code from git: $ git clone https://github.com/perkeep/perkeep.git perkeep.org ## Build If you have downloaded one of the binary archives (for Darwin, Linux, or Windows), skip this section. [Download and install Go](http://golang.org/doc/install) if you don't have that installed already. As of revision [cb96bb8bd3](https://github.com/perkeep/perkeep/commit/cb96bb8bd32ce5f1a882b6d06a869a1a1925c57d), Perkeep requires [Go 1.19 or newer](https://golang.org/dl/). $ cd perkeep.org $ go run make.go ## Getting started Once you've successfully built the Perkeep components, you can run the server with: $ ./bin/perkeepd This will create [configuration](/doc/server-config) and public/private key information in `$HOME/.config/perkeep/` (or where `pk env configdir` points). You can start and stop perkeepd as you see fit. You're done setting up! Running perkeepd should open a new browser window pointed at your keep where you can start uploading and interacting with data. Developers typically use the `./bin/devcam` wrapper to isolate their test environment from their production instance and to simplify common development tasks. If you have questions, you can ask the [mailing list](https://groups.google.com/group/camlistore). ## Mobile The project also has an Android app to upload your files (mainly photos) to a Perkeep instance. The official build is on [Google Play](https://play.google.com/store/apps/details?id=org.camlistore). A [debug version](https://storage.googleapis.com/camlistore-release/android/app-debug.apk) is regularly built and uploaded. ## Release Notes Previous release notes: - [0.10 ("Bellingham")](/doc/release/0.10), 2018-05-02 - [2017-05-05](docs/release/monthly/2017-05-05.html) - [2017-03-01](docs/release/monthly/2017-03-01.html) - [0.9 ("Astrakhan")](/doc/release/0.9), 2015-12-30 - [0.8 ("Tokyo")](/doc/release/0.8), 2014-08-03 - [0.7 ("Brussels")](/doc/release/0.7), 2014-02-27 - [0.6 ("Cannon Beach")](/doc/release/0.6), 2013-12-25 - [0.5 ("Castletownbere")](/doc/release/0.5), 2013-09-21 - [0.4 ("Oyens")](/doc/release/0.4), 2013-08-26 - [0.3 ("Glebe")](/doc/release/0.3), 2013-07-28 - [0.2 ("Portland")](/doc/release/0.2), 2013-06-22 - [0.1 ("Grenoble")](/doc/release/0.1), 2013-06-11