開発者のための、ローカルファーストなプロジェクト管理ツール。カンバンボード、横断カレンダー、絞り込めるタスク一覧、Obsidian 風のバックリンク。データはすべて、自分で選んだフォルダの中の .md ファイルです。完全オフラインで動き、内蔵ターミナルの Claude Code や gh からそのまま編集できます。
A local-first project manager for developers. Kanban boards, a cross-project calendar, a filterable task database, and Obsidian-style backlinks — all backed by plain .md files in a folder you own. Offline by default, with a built-in terminal so Claude Code and gh work on your tasks directly. No account, no telemetry.
ノートを書く、カードを動かす、横断して検索する。 Write a note, drag a card across the board, search across everything — the real app, unedited.
Atelie がデータを外部に送ることはありません。同期は、使い慣れた git でおこなえます。
Atelie never sends your notes to someone else's server. Files are yours. Sync is your git's responsibility — not the app's.
ノートはすべて、手元の .md ファイル。Atelie を消しても、ファイルはそのまま残ります。
Every note lives as a plain .md file under your workspace. Uninstall Atelie tomorrow — your notes are still right there.
アカウント登録は不要。こっそり通信(テレメトリ)することもありません。唯一の例外は起動時のアップデート確認で、これもオフにできます。 No external APIs, no auth, no telemetry. The one exception is the update check on launch — and you can opt out.
勝手に同期することはありません。git init すれば、好きなリモートへ安全に同期できます。
The app doesn't call git. Run git init in your workspace once, then sync to whichever remote you trust.
VS Code でも Neovim でも、好きなエディタで開けます。変更は自動で取り込まれます。 Open the same files in VS Code or Neovim. The file watcher picks up your edits automatically.
Rust と WebView の組み合わせで、Electron のような重さはありません。起動も操作も、Mac らしく素早く。 Rust core, system WebView, no Electron bulk. Launches fast, stays responsive — the way a Mac app should feel.
多機能で重い SaaS は必要ありません。開発者が日々のタスクとノートを管理するための機能だけに絞り、丁寧に作り込みました。 No feature creep. Just what a freelance developer actually needs to track tasks and notes day to day — built carefully.
Tiptap 3 + frontmatter プロパティパネル。本文も YAML も同じファイルで一貫管理。 Tiptap-based editor with a YAML frontmatter property panel. One file, body and metadata together.
[[ノート]] で双方向リンク。id・ファイル名・タイトルのいずれでも解決でき、id は安定参照なのでファイル名を変えてもリンクは切れません。
[[note]] creates a two-way link — resolved by id, filename, or title. Stable IDs mean renaming the file never breaks anything.
[[t-aB3xK9mq]]SQLite FTS5 trigram tokenizer で日本語もスムーズに検索。形態素解析の罠なし。 SQLite FTS5 with a trigram tokenizer — Japanese works smoothly, no morphological analyzer pitfalls.
ターミナルを内蔵。使い慣れた AI エージェントから、タスクの詳細やノートを直接編集できます。 A terminal is built right in — drive your favorite AI agent to edit task details and notes without leaving Atelie.
配布する DMG は Apple Developer ID で署名され、Apple の公証も受けています。だから macOS は警告なしで開きます。「信じてください」ではなく、自分のターミナルで確かめられます。 Every DMG is code-signed with an Apple Developer ID and notarized by Apple, so macOS opens it with no security warning. You don't have to take our word for it — confirm it in your own terminal.
公証とは、Apple のお墨付きという意味ではなく、マルウェア検査を通したという事実です。Atelie が通信するのは、オフにできるアップデート確認のときだけ。ノートやタスクの編集機能が勝手に通信することはありません。署名は下のコマンドで誰でも確認できます。 Notarization isn't an endorsement — it means Apple scanned the build for malware. The only time Atelie touches the network is the opt-out update check; no note- or task-editing feature reaches out on its own. Verify the signature yourself:
# Confirm the Apple Developer ID signature codesign -dv --verbose=4 /Applications/Atelie.app # Confirm Gatekeeper sees it as notarized spctl -a -vvv -t install /Applications/Atelie.app # → source=Notarized Developer ID
~/Atelie (変更可)(configurable)Atelie は起動時に GitHub Releases をチェックして、新しいバージョンがあれば再起動後に自動更新します。Settings から無効化することもできます。 Atelie checks GitHub Releases on launch and updates itself on next restart. You can disable this anytime in Settings.
DMG をダウンロードして「アプリケーション」に入れるだけ。アカウント登録は要りません。 Mount the DMG, drag it to Applications, double-click. That's it.
Atelie をダウンロードDownload Atelie