Skip to content

Commit 7f9a323

Browse files
grichaclaude
andauthored
Add demo GIF to README (#19)
* Add demo GIF to README 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add mobile demo GIFs (terminal + chat) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Move web UI demo to Via Web UI section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Revise README to highlight workspace accessibility Updated project description to emphasize mobility and isolation features. --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 97e5d84 commit 7f9a323

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,23 @@
1010
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
1111
</p>
1212

13-
<p align="center">Isolated, self-hosted workspaces accessible over Tailscale. AI coding agents, web UI, and remote terminal access.</p>
13+
<p align="center">
14+
Continue your coding sessions on the go. Self-hosted workspaces, accessible over Tailscale.
15+
</p>
16+
17+
<p align="center">
18+
<img src="assets/demo-terminal-mobile.gif" alt="Terminal" width="280">
19+
&nbsp;&nbsp;&nbsp;
20+
<img src="assets/demo-chat-mobile.gif" alt="Chat" width="280">
21+
</p>
1422

1523
## Overview
1624

17-
Perry is designed to run on a machine within a **secure private network** such as [Tailscale](https://tailscale.com). It provides isolated Docker-based development environments that you can access remotely via CLI, web UI, or SSH from any device on your network.
25+
Perry is an agent (agent P) designed to run as a daemon on your machine. It allows your clients - other machines through CLI, web, or mobile app - to connect directly to your workspaces over the Tailscale network.
26+
27+
It can be connected directly to your host, or it can create docker containers so that your work can be fully isolated.
28+
29+
Continue your sessions on the go!
1830

1931
## Features
2032

@@ -65,6 +77,10 @@ perry list
6577

6678
Open http://localhost:7391 (or your Tailscale host) and click "+" to create a workspace.
6779

80+
<p align="center">
81+
<img src="assets/demo.gif" alt="Web UI Demo" width="800">
82+
</p>
83+
6884
## Security
6985

7086
Perry is designed for use within **secure private networks** like [Tailscale](https://tailscale.com). The web UI and API currently have no authentication - this is intentional for private network use where all devices are trusted.

assets/demo-chat-mobile.gif

804 KB
Loading

assets/demo-terminal-mobile.gif

482 KB
Loading

assets/demo.gif

2.33 MB
Loading

0 commit comments

Comments
 (0)