Add download links to README, docs landing, and getting started
This commit is contained in:
parent
fb8891c431
commit
9f8242bce5
|
|
@ -4,7 +4,7 @@ Open-source, AI-native design editor. Figma-compatible, AI-first, fully local.
|
|||
|
||||
> **Status:** Active development. Not ready for production use.
|
||||
|
||||
**[Try it online →](https://app.openpencil.dev)** · [Documentation](https://openpencil.dev)
|
||||
**[Try it online →](https://app.openpencil.dev)** · [Download](https://github.com/open-pencil/open-pencil/releases/latest) · [Documentation](https://openpencil.dev)
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,21 @@
|
|||
|
||||
OpenPencil runs in the browser — no installation required. Open [app.openpencil.dev](https://app.openpencil.dev) to start designing.
|
||||
|
||||
## Prerequisites
|
||||
## Download Desktop App
|
||||
|
||||
Pre-built binaries for macOS, Windows, and Linux are available on the [releases page](https://github.com/open-pencil/open-pencil/releases/latest).
|
||||
|
||||
| Platform | Download |
|
||||
|----------|----------|
|
||||
| macOS (Apple Silicon) | `.dmg` (aarch64) |
|
||||
| macOS (Intel) | `.dmg` (x64) |
|
||||
| Windows (x64) | `.msi` / `.exe` |
|
||||
| Windows (ARM) | `.msi` / `.exe` |
|
||||
| Linux (x64) | `.AppImage` / `.deb` |
|
||||
|
||||
## Building from Source
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- [Bun](https://bun.sh/) (package manager and runtime)
|
||||
- [Rust](https://rustup.rs/) (for desktop app only)
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ hero:
|
|||
text: Try Online
|
||||
link: https://app.openpencil.dev
|
||||
- theme: alt
|
||||
text: Get Started
|
||||
link: /guide/getting-started
|
||||
text: Download
|
||||
link: https://github.com/open-pencil/open-pencil/releases/latest
|
||||
- theme: alt
|
||||
text: View on GitHub
|
||||
text: GitHub
|
||||
link: https://github.com/open-pencil/open-pencil
|
||||
|
||||
features:
|
||||
|
|
|
|||
Loading…
Reference in a new issue