Glyph

by SidhuKโœ“ Verified

๐Ÿ“ Glyph is a private desktop workspace for notes, documents, and ideas, with Markdown editing and built-in AI tools.

162
Stars
23
Forks
TypeScript
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/SidhuK/Glyph

Getting Started

Guides for using skills like Glyph.

Security Report

Verified

Last scanned: โ€”

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

README.md

Glyph

Glyph logo

GitHub downloads

Offline-first notes for macOS
Keep your Markdown files close, search them quickly, and work without a server.

CI status Latest release License GitHub stars Last commit

Join the Glyph community โ†’

Glyph is an offline-first desktop note-taking application. It combines a Tauri 2 shell with a React 19 / TypeScript / Vite 8 frontend and a Rust backend. Notes live on disk as Markdown files with per-space metadata in a .glyph/ directory; a derived SQLite search index lives in app support and rebuilds from the notes. No cloud sync. No server.

Glyph

Highlights

  • Markdown files first โ€” your notes remain readable, portable files on disk.
  • Local search โ€” a derived SQLite index keeps navigation fast without sending notes anywhere.
  • Focused desktop workspace โ€” a macOS-first Tauri app with a rich editor, spaces, tasks, databases, and optional AI tools.

Prerequisites

DependencyVersion
Node.jsโ‰ฅ 20
pnpmโ‰ฅ 10 (corepack enable && corepack prepare pnpm@10.28.2)
Ruststable (latest)
Xcode CLTrequired for macOS native compilation
macOSprimary target โ€” full Tauri app dev requires macOS

Build & Run

# Install frontend dependencies
pnpm install

# Development โ€” frontend only (Vite on :1420)
pnpm dev

# Development โ€” full Tauri app (compiles Rust backend + launches Vite)
pnpm tauri dev

# Production build (tsc + vite build; Tauri hooks run beforeBuildCommand)
pnpm build

# Lint & format (Biome)
pnpm check          # check only
pnpm format         # auto-fix

# Tests (Vitest)
pnpm test                              # all tests
pnpm test -- src/lib/diff.test.ts      # single file
pnpm test -- -t "test name"            # single test by name

# Rust checks
cd src-tauri && cargo check            # typecheck
cd src-tauri && cargo clippy           # lint

Pre-push checklist

pnpm check && pnpm build && cd src-tauri && cargo check

Built with

  • Frontend: React 19, TipTap 3, TypeScript, Vite 8, Tailwind 4, Radix UI (via shadcn/ui), Motion 12, TanStack Table, cmdk, Zod 4, date-fns, Mermaid 11, highlight.js/lowlight, react-resizable-panels, Sonner, react-hook-form

  • Backend: Tauri 2 (macos-private-api), Rust, rig-core 0.24, rusqlite 0.31 (bundled), notify 6, reqwest 0.12 (rustls), tokio, serde/serde_json/serde_yaml, chrono, uuid, sha2, window-vibrancy, core-text (macOS)

  • Tooling: Biome, Vitest 4, Tauri CLI 2, pnpm 10

Conventions

  • TypeScript strict mode. No any โ€” use unknown + narrowing.
  • Functional React components only. State via Context, not prop drilling.
  • All Tauri IPC through invoke() from src/lib/tauri.ts.
  • Rust: atomic writes via io_atomic, safe paths via paths::join_under(), SSRF checks via net.rs.
  • Hard cutover migrations โ€” no backward-compatibility shims.
  • Never log secrets, keys, or sensitive user data.
  • ~200 LOC per file guideline; refactor into submodules when exceeded.

Licensing

Glyph's source is available under the GNU Affero General Public License v3.0. Official release binaries include a 7-day trial with Gumroad license activation.

Contributing

See CONTRIBUTING.md for development setup, project conventions, and pull request guidance.

Platform support

macOS only. Windows and Linux are not actively supported. See CONTRIBUTING.md.

Frequently Asked Questions

What is Glyph?โŒ„

Glyph is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by SidhuK. ๐Ÿ“ Glyph is a private desktop workspace for notes, documents, and ideas, with Markdown editing and built-in AI tools. It has 162 GitHub stars.

Is Glyph safe to use?โŒ„

Yes. Glyph passed SkillsLLM's automated security scan โ€” a dependency vulnerability audit plus prompt-injection heuristics โ€” with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install Glyph?โŒ„

Clone the repository with "git clone https://github.com/SidhuK/Glyph" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is Glyph written in?โŒ„

Glyph is primarily written in TypeScript. It is open-source under SidhuK on GitHub, so you can review or fork the full source.

Are there alternatives to Glyph?โŒ„

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 Glyph 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,219โ‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details โ†’
15

An agentic skills framework & software development methodology that works.

โญ 234,966โ‘‚ 20,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,940โ‘‚ 28,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,868โ‘‚ 8,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,031โ‘‚ 19,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,219โ‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details โ†’
15

An agentic skills framework & software development methodology that works.

โญ 234,966โ‘‚ 20,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,881โ‘‚ 60,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,940โ‘‚ 28,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,868โ‘‚ 8,826Rust
AI Agentsclaude-codeai-tools
View details โ†’