os-june

Private AI on your Mac. Chat, dictation, meeting notes, and a local agent in one open source workspace.

340
Stars
45
Forks
Rust
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/open-software-network/os-june

Getting Started

Guides for using skills like os-june.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Clovy

Private AI on your Mac

Clovy brings chat, voice dictation, meeting notes, and a local agent into a single private workspace. Local by default, routed through privacy-preserving AI, and open source so the privacy claims can be checked instead of believed.

Download for macOS Latest release Phala Trust Center - TEE verified License: MIT

Website · Changelog · Verify · Telegram · X

Why Clovy

Most AI apps ask you to hand over your most sensitive data and trust them with it. Every prompt, file, and meeting reveals something about you, and a cloud agent with that reach is a remote company's window into your work.

Clovy is built the other way around. The app and the agent run on your Mac. Notes, recordings, transcripts, files, sessions, and agent memory stay on your machine by default. When Clovy needs model inference, the request goes through Clovy API, an open source, TEE-attested service that keeps provider keys server-side and routes to private models with zero data retention by default. You do not have to take any of this on faith: the entire product is MIT licensed, and the exact code serving production is cryptographically verifiable.

What Clovy does

  • Chat. Ask questions, do research, brainstorm, and build plans without the conversation training someone else's model.
  • Dictation. Hold a key, talk, release. Clovy turns your voice into clean, polished writing and pastes it into whatever app you were using, with push-to-talk and hands-free modes and selectable writing styles.
  • Meeting notes. Clovy detects supported meetings and offers to take notes, without a bot joining the call. It records microphone or microphone plus system audio, orders the transcript into conversation turns, and generates editable notes. Saved audio is kept so failed steps can be retried without recording again.
  • Agent. A Clovy-owned local agent built on the OpenAI Agents SDK that helps with files, research, and drafts. Sessions are sandboxed by default and risky actions wait for your approval. Extend it with skills.
  • Image generation. Create images from a prompt, through the same private routing as everything else.
  • Your choice of models. Pick generation, transcription, and dictation models from the live catalog, each labeled with its privacy tier. Bring your own Venice API key if you prefer.
A meeting note in Clovy with a live transcription preview while recording A Clovy agent session in private mode, reporting its analysis of a spreadsheet The Clovy model picker, with each model labeled with pricing, context window, and its privacy tier
Meeting notes with live transcription, no bot in the callThe agent working through a spreadsheet in private modeEvery model labeled with its privacy tier

How Clovy keeps it private

  1. Local by default. App state, recordings, transcripts, and agent memory live on your machine. The agent runs locally inside a macOS write-jail unless you opt a session out.

  2. Private models. Model calls default to private Venice models with zero data retention: nothing stored, no training. Anonymized third-party models are opt-in, and those providers may retain what they receive under their own policies.

  3. Minimal retention. Open Software's services store account, login, and billing records. Prompts, audio, transcripts, and files are not among them.

  4. Verifiable, not promised. Clovy and Clovy API can be inspected independently of any model routing service or Chat. The desktop releases are signed and notarized, and their source is public. Clovy API runs in an Intel TDX confidential VM on Phala Cloud and publishes three useful anchors:

    Every deployment serves a self-contained walkthrough at /verify. This evidence describes Clovy API only. The Open Software API and Chat publish their own source and runtime evidence, and Clovy does not need to pin their releases. Model privacy remains explicit provider evidence, which is why zero-retention private routing is the default.

Download

Clovy runs on macOS 14 or later, Apple Silicon and Intel. Releases are signed, notarized, and auto-updating, with stable and rc channels switchable in-app. It is free to start.

If you use Homebrew, this is the recommended way to install:

brew install --cask open-software-network/tap/june

Windows builds cover the app shell, sign-in, microphone recording, notes, and the bundled agent runtime, but not global dictation paste, system audio capture, or the macOS sandbox. macOS is the primary target.

Repository layout

This repo contains the full product: the desktop app and the service that powers its metered AI calls.

src/         React and TypeScript frontend
src-tauri/   Tauri v2 Rust desktop backend and native helpers
clovy-api/    Clovy API: models, transcription, generation, and billing
docs/        Architecture notes, ADRs, subsystem guides, and runbooks
spec/        Enforceable coding rules
specs/       Feature specs, plans, and validation notes

The desktop app never holds provider or OS Accounts App API keys; those live only in Clovy API. Start with docs/index.md for the full doc map, CONTEXT.md for the domain glossary, and AGENTS.md for the contributor guide.

Build from source

You need Node.js with pnpm 11 and a Rust toolchain. The exact pnpm version is pinned in package.json.

git clone https://github.com/open-software-network/os-clovy
cd os-clovy
cp .env.example .env
cp clovy-api/.env.example clovy-api/.env
# Edit clovy-api/.env and set CLOVY__UPSTREAMS__VENICE__API_KEY.
pnpm install
pnpm tauri:dev

The example env files default to open source local mode: no OS Accounts login, no billing, and a local Clovy API authenticated by a shared bearer token. Provider keys belong only in clovy-api/.env, never in the root desktop .env. A Venice API key is enough for transcription, generation, and dictation cleanup.

See docs/development.md for the day-to-day development guide (ports, onboarding replay, local data, permissions, agent skills, and test commands) and docs/configuration.md for the full configuration reference, including exposing your own models and running against OS Accounts.

Contributing

Clovy ships near-daily releases and development happens in the open.

Clovy is also the canonical technical name for repository-controlled packages, crates, environment variables, workflows, and release artifacts. Released June-era inputs and rollback outputs remain compatibility aliases, while the installed bundle, executable, updater, and permission identities stay stable. See ADR-0055.

pnpm check         # lint and format (Biome)
pnpm typecheck
pnpm test          # frontend (Vitest)
pnpm test:rust     # desktop Rust
pnpm test:clovy-api # Clovy API

make verify mirrors CI. Start with CONTRIBUTING.md, then AGENTS.md for the full contributor guide; the enforceable UI rules live in spec/. Report bugs through GitHub issues, and report security vulnerabilities privately per SECURITY.md.

License

Clovy is MIT licensed. See LICENSE. Bundled third-party runtime notices are tracked in THIRD_PARTY_NOTICES.md.

OS Platform

Agents and humans share product knowledge (memory, Issues, team timeline) through the OS Platform. Connect the MCP endpoint https://platform-api.opensoftware.co/mcp (OAuth via OS Accounts) in your agent client, or export an API key as OS_PLATFORM_API_KEY for REST access (https://app.opensoftware.co/api, keys under your platform profile → API keys). Conventions agents follow live in AGENTS.md → "OS Platform (shared brain)".

Frequently Asked Questions

What is os-june?

os-june is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by open-software-network. Private AI on your Mac. Chat, dictation, meeting notes, and a local agent in one open source workspace. It has 340 GitHub stars.

Is os-june safe to use?

os-june failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.

How do I install os-june?

Clone the repository with "git clone https://github.com/open-software-network/os-june" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is os-june written in?

os-june is primarily written in Rust. It is open-source under open-software-network on GitHub, so you can review or fork the full source.

Are there alternatives to os-june?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh os-june against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details