An open API service indexing awesome lists of open source software.

https://github.com/spikehd/peapod

Photopea desktop app with extended functionality
https://github.com/spikehd/peapod

Last synced: 3 months ago
JSON representation

Photopea desktop app with extended functionality

Awesome Lists containing this project

README

          





Peapod













Desktop client for Photopea, made for Windows, Linux and MacOS.


https://discord.gg/agQ9mRdHMZ

## Download














x86_64
|
ARM




x86_64
|
ARM




x86_64
|
ARM v7
|
ARM64


> [!NOTE]
> Other releases, such as portable `.zip`/`.tar.gz` downloads, can be found [on the releases page](https://github.com/SpikeHD/peapod/releases/latest)

## Table of Contents

* [Downloads](#download)
* [Features](#features)
* [Building](#building)
* [Prerequisites](#prerequisites)
* [Steps](#steps)
* [TODO](#todo)
* [Contributing](#contributing)

## Features

* Small filesize
* Native ARM support
* Various CLI options

## Building

### Prerequisites

* [Node.js](https://nodejs.org/en/)
* [pnpm](https://pnpm.io/)
* [Rust + Cargo](https://www.rust-lang.org/tools/install)

### Steps

1. Clone the repository
```sh
git clone https://github.com/SpikeHD/Peapod.git
```
2. Install dependencies
```sh
pnpm install
```
3. Build the project
```sh
pnpm build
```

## TODO

* [ ] Offline mode
* [ ] Custom theme support
* [ ] In-UI theme switcher (Maybe possible to insert into `More > Themes`?)
* [ ] Plugin support
* [ ] In-UI plugin manager

## Contributing

Issues, PRs, etc. are all welcome!