Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 12:04

macvis v0.1.0

First release. A fully on-device Vision CLI for macOS: OCR, image search (find), face grouping, and natural-language ask (Beta) — exposed as both a CLI and an MCP server, with zero cloud calls.

What's Changed

Features

  • CLI — ocr/find/doctor/faces/ask + MCP server (8390697)
  • SemanticEngine — ask backend (Beta) (e370f58)
  • on-device face grouping engine (d65a353)
  • OCR engine (locale-aware, PDF/HEIC/EXIF) (19fe7c7)
  • VisionCore — dependency-free CLI primitives (f4cf043)

Fixes

  • skip Vision-bound tests on CI runners (de07c91)

Documentation

  • add CI / license / platform badges (21a737b)
  • README + Claude Code skill (b2d6d46)

Other

  • chore: add CONTRIBUTING, SECURITY, issue template (f3871d8)
  • chore: CI and tagged-release workflows (2e99c43)