Releases: AshishB2000/screenchart
Release list
Screenchart v0.1.0
π― Screenchart v0.1.0 β first public release. Screenshot any data, get instant AI analysis.
Press a hotkey, drag a box around any chart, table, or on-screen data, and Screenchart explains
it in plain English and turns it into a clean visualization, without leaving what you're looking
at. Local-first, bring your own key.
π₯ Get Screenchart
Run from source (recommended if you have git):
git clone https://github.com/AshishB2000/screenchart.git
cd screenchart
npm install
npm start
No installer and no first-launch security prompt.
Or download the app β if you're okay following a few first-launch steps (the build is
unsigned), grab it below:
macOS β first launch (unsigned build)
Screenchart is free and open source and isn't signed with a paid Apple certificate, so macOS
blocks it on first open. To allow it (you only do this once):
- Double-click Screenchart. You'll see "could not verify." Click Done.
- Open System Settings β Privacy & Security.
- Scroll to the message about Screenchart and click Open Anyway.
- When prompted again, click Open Anyway, then authenticate with your password or Touch ID.
It opens normally afterward. (Or run from source to skip this entirely.)
Windows β first launch (unsigned build)
The installer isn't signed with a paid certificate, so Windows SmartScreen warns about the
download. Click More info β Run anyway to continue. You only do this once.
| Platform | Architecture | Asset |
|---|---|---|
| macOS | Universal (Apple Silicon + Intel) | Screenchart-0.1.0-universal.dmg |
| Windows | x64 | Screenchart-0.1.0-Setup.exe |
π Highlights
- πΈ Capture anything on screen β charts, tables, PDFs, spreadsheets, web content. Global
hotkey (ββ₯S on macOS, Ctrl+Alt+S on Windows, configurable). - π§ Plain-English analysis of what you captured.
- π Clear visualizations from the data, including maps. Choose from 28 visual types.
- π Bring your own key β Anthropic, OpenAI, Gemini, or any OpenAI-compatible gateway
(OpenRouter, Ollama, custom). Or use a local coding-agent CLI. - ποΈ Local capture history, kept on your machine.
- πΎ Export to PDF, Word, PowerPoint, or PNG.
- π Local-first β captures, history, and keys stay on your machine. Analysis sends the
captured image to the provider you choose.
π Documentation
- Quickstart and setup: see QUICKSTART.md
- Privacy: see PRIVACY.md
- Full docs and source: the repository README
β οΈ Known issues
- The build is unsigned on both macOS and Windows, so both will warn on first launch. macOS:
open System Settings > Privacy & Security > Open Anyway. Windows: More info > Run anyway. You
only do this once. (Or run from source to skip it.) - Linux: planned, not yet available.