Glyph

作者 SidhuK已验证

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

162
Stars
23
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/SidhuK/Glyph

快速入门

使用 Glyph 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情