Skip to content

Releases: AshishB2000/screenchart

Screenchart v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:03
acb67b9

🎯 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):

  1. Double-click Screenchart. You'll see "could not verify." Click Done.
  2. Open System Settings β†’ Privacy & Security.
  3. Scroll to the message about Screenchart and click Open Anyway.
  4. 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.