Obsidianの始め方How to get started with Obsidian
このページの手順は、すべてObsidian 1.13.6を実際にインストールして操作しながら書きました。インストール→保管庫(Vault)の作成→最初のノート→リンク→グラフビューまで、掲載しているスクリーンショットは全部その実画面です。読み終わる頃には「ノートがただのMarkdownファイルとして手元に残る」というObsidianの一番大事な性質まで、実物で確認できます。Every step on this page was written while actually installing and operating Obsidian 1.13.6. Install → create a vault → first note → first link → graph view: every screenshot is from that real session. By the end you'll have seen, on real files, the property that matters most — your notes are plain Markdown files that stay on your machine.
Obsidianはどうやって始めればいいですか?How do you start using Obsidian?
公式サイトから自分のOS用のObsidianを無料でインストールし、初回起動画面で保管庫(Vault)を1つ作れば、その場でノートを書き始められます。アカウント登録は不要です。実機検証では、インストールから最初のノート・リンク・グラフビューの表示まで15分かからず、その間メールアドレスの入力は一度も求められませんでした。
以下、この検証で撮影した実画面のスクリーンショットで、同じ手順を1ステップずつたどります。
Install Obsidian for your OS from the official site (free), create one vault on the first-launch screen, and you can start writing immediately — no account required. In our hands-on test, going from install to a first note, a link and the graph view took under 15 minutes, and never asked for an email address.
Below, the same steps are walked through one by one with screenshots from that session.
Step 1: インストール — 対応OSと配布形式Step 1: Install — platforms and formats
Obsidianは公式サイトのダウンロードページから無料で入手します。2026年8月12日に公式リリース(v1.13.6)の配布ファイルを直接確認したところ、次の形式が提供されていました。Obsidian is a free download from the official download page. On August 12, 2026 we checked the official v1.13.6 release files directly; these formats were available.
| OS | 配布形式(v1.13.6で確認)Formats (checked for v1.13.6) | 本記事での検証Tested here |
|---|---|---|
| Windows | インストーラ(.exe)Installer (.exe) |
配布の存在のみ確認(実行は未検証)Existence verified, not run |
| macOS | ディスクイメージ(.dmg)Disk image (.dmg) |
配布の存在のみ確認(実行は未検証)Existence verified, not run |
| Linux | AppImage(x64/arm64)・.deb・.tar.gzAppImage (x64/arm64), .deb, .tar.gz |
AppImageを実際にインストール・起動(本記事の全スクショ)AppImage installed & run — all screenshots here |
| iOS / Android | App Store / Google Playの公式アプリOfficial apps on the App Store / Google Play | 未検証(公式情報のみ)Not tested — official info only |
※ 配布形式は公式GitHubリリース(obsidianmd/obsidian-releases v1.13.6)の配布ファイルを当日確認した実測です。ダウンロードしたら、Windowsは.exeを実行、Macは.dmgを開いてアプリをApplicationsへドラッグ、というOS標準の手順でインストールします。Formats were confirmed against the official GitHub release (obsidianmd/obsidian-releases v1.13.6) the same day. Install is the OS-standard routine: run the .exe on Windows, open the .dmg and drag to Applications on macOS.
Step 2: 初回起動 — 日本語を選び、保管庫を作る画面へStep 2: First launch — pick Japanese, meet the vault screen
初めて起動すると、ノート画面ではなく「保管庫(Vault)をどうするか」を決める画面が開きます。ここで戸惑う人が多いのですが、やることは1つだけ——「保管庫を新規作成する」の作成を押すだけです。画面下の言語メニューで日本語を選べば、UIごと日本語になります(本記事の検証もすべて日本語UIです)。サインインのボタンもありますが、これは有料の公式同期(Obsidian Sync)用で、始めるのにアカウントは要りません。The first launch opens not on a note but on a screen asking what to do about a vault. It trips people up, but there's only one thing to do: press Create under "Create new vault". The language menu at the bottom switches the whole UI to Japanese — our entire test ran in the Japanese UI. The sign-in button is only for the paid official sync (Obsidian Sync); no account is needed to start.
Step 3: 保管庫(Vault)を作る — 名前と場所を決めるだけStep 3: Create the vault — a name and a place
決めるのは名称とロケーション(作成場所)の2つだけです。検証では名称を「メモ」、場所をホーム内のVaultsフォルダにしました。名称には日本語がそのまま使えます。ここで作られる保管庫の実体は、指定した場所に作られる普通のフォルダです——このことはこの後、フォルダの中身を開いて実物で確認します。You decide exactly two things: a name and a location. We named ours メモ ("Memo") and placed it in a Vaults folder in the home directory — Japanese names work as-is. What gets created is an ordinary folder at that location, which we'll open and inspect below.
「作成」を押すと、日本語の「ようこそ」ノートが開いた状態で保管庫が立ち上がりました。右側には早くもグラフビューが見えています。Pressing Create opened the vault with a Japanese "ようこそ" (Welcome) note — and a graph view already visible on the right.
作成直後の保管庫フォルダをファイルマネージャ(ターミナル)で開くと、中身は設定用の隠しフォルダ.obsidianと「ようこそ.md」の2つだけでした。Obsidianに「データベース」はなく、ノートを増やすことは、このフォルダに.mdファイルが増えることと同じです。だからObsidianをやめても、ノートはそのまま手元に残ります。Opening the fresh vault folder in a terminal showed exactly two entries: a hidden .obsidian config folder and ようこそ.md. There is no database — adding notes just adds .md files to this folder, which is why your notes remain yours even if you stop using Obsidian.
# 作成直後の保管庫の中身(実測・2026-08-12)
Vaults/メモ/
├─ .obsidian/ ← 設定フォルダ(app.json, appearance.json など5ファイル)
└─ ようこそ.md ← 最初から入っている案内ノート(普通のMarkdown)
Step 4: 最初のノートを書く — Ctrl+N(Macは⌘N)Step 4: Write your first note — Ctrl+N (⌘N on Mac)
Ctrl+N(Macは⌘N)で新規ノートを作り、タイトルに「はじめてのノート」と入力して、本文を書きました。- で始めた行が自動で箇条書きになる、いわゆるMarkdown記法がそのまま使えますが、記法を覚えていなくても普通の文章を書くだけで問題ありません。Ctrl+N (⌘N on Mac) creates a note. We titled ours はじめてのノート ("My first note") and wrote a short body. Lines starting with - become bullets — standard Markdown — but you can also just write plain sentences and ignore the syntax entirely.
保存ボタンはありません。書いた内容は自動で.mdファイルに保存されます。実際に、このノートをテキストエディタで開くと中身はこうなっていました。画面で見たままのMarkdownです。There is no save button — everything is auto-saved into the .md file. Opening that file in a text editor showed exactly this — the same Markdown you saw on screen.
# はじめてのノート.md の実際の中身(テキストエディタで開いた実物)
今日からObsidianを使い始めた。
このノートは普通のMarkdownファイルとして保存されている。
- 覚えたいこと
- 思いついたこと
- あとで調べたいこと
をここに書いていく。
Step 5: リンクを張る — [[ ]]がObsidianの核心Step 5: Make a link — [[ ]] is the heart of Obsidian
ノートの中で[[と入力すると、リンク先を選ぶ候補がその場に出ます。ここがObsidianの一番の特徴で、リンク先のノートはまだ存在していなくて構いません。検証では、まだ無い「買い物リスト」という名前を[[買い物リスト]]と書きました。候補には「一致するものが見つかりません」と表示されますが、これで正常です。Type [[ inside a note and a suggestion popup appears. Here is Obsidian's defining trick: the note you link to doesn't have to exist yet. We wrote [[買い物リスト]] ("shopping list") — a note that didn't exist. The popup says "no match found", and that's fine.
[[を打つと出る候補ポップアップ。存在しないノート名でもリンクにできる——ここが普通のメモアプリと違う。The popup that appears on [[. Linking to a note that doesn't exist yet is exactly what sets Obsidian apart.
書いたリンクをCtrlを押しながらクリック(Macは⌘+クリック)すると、その瞬間に「買い物リスト.md」が作られて開きました。中身を書くと、右のグラフビューには「はじめてのノート → 買い物リスト」のつながりが線として現れ、画面下には「1 バックリンク」——つまり「このノートは、はじめてのノートからリンクされている」という逆方向の情報も自動で記録されています。Ctrl+click the link (⌘+click on Mac) and 買い物リスト.md was created and opened on the spot. After writing a few lines, the graph view drew the connection はじめてのノート → 買い物リスト, and the status bar showed "1 backlink" — the reverse direction, recorded automatically.
①保管庫=ただのフォルダを作る ②ノート=ただのMarkdownファイルを書く ③[[リンク]]でノート同士をつなぐ(先に張って、後から作れる)。Obsidianの入門はこの3つで完了です。タグ・プラグイン・同期などはすべて、この土台の上に必要になってから足すもので、最初の日に設定する必要はありません。① Create a vault (a folder). ② Write notes (Markdown files). ③ Connect them with [[links]] — link first, create later. That's the whole foundation. Tags, plugins and sync all build on top of it, and none of them needs configuring on day one.
始めた後の課題 — iPhoneからの「一瞬のメモ」をどうするかThe next problem: split-second capture from your iPhone
ObsidianにはiOSアプリもあり、保管庫をiCloud Driveに置けばiPhoneと共有できます(本記事ではiOS版は未検証です。iPhone側の選択肢はiPhoneからObsidianに送る方法6選で比較しています)。ただ、デスクトップでObsidianを始めた人が次にぶつかるのは、外出中に思いついた1行をどうやって保管庫まで届けるかです。アプリを開いて・保管庫が同期されるのを待って・ノートを開いて——という手順は、一瞬のメモには長すぎます。Obsidian連携シンプルメモは、iPhoneで送った1行を自分宛メールに残しつつ、Obsidianのデイリーノートへ自動追記する入力専用アプリです。SiriやApple Watchからも入ります。Obsidian has an iOS app, and an iCloud Drive vault can be shared with your iPhone (not tested in this article — see 6 ways to send notes to Obsidian from iPhone for the options). But the next wall for desktop starters is getting a fleeting one-liner into the vault while out — open app, wait for sync, open note is too long a path. Simple Memo is a capture-only app that emails each line to you and appends it to your Obsidian daily note, including from Siri and Apple Watch.
よくある質問FAQ
Obsidianは無料で使えますか?Is Obsidian free?
アカウント登録は必要ですか?Do I need an account?
日本語で使えますか?Does it work in Japanese?
保管庫(Vault)とは何ですか?What is a vault?
.obsidianフォルダと「ようこそ.md」の2つだけでした。ノートはすべて普通のMarkdownファイル(.md)として保存されるため、Obsidianを使わなくてもテキストエディタで開けます。The folder your notes live in — an ordinary folder. Right after creation ours contained exactly two things: a .obsidian config folder and ようこそ.md. Notes are plain .md files any text editor can open.WindowsやMacでも同じ手順ですか?Same steps on Windows and Mac?
.exe)とmacOS用ディスクイメージ(.dmg)があることを2026年8月12日に確認しています(Linux用はAppImage・deb・tar.gz)。本記事のスクリーンショットはLinux版のもので、Windows版・Mac版の画面は検証していませんが、インストール後の保管庫作成からの流れは同じObsidianアプリの操作になります。We confirmed the official release ships a Windows installer (.exe) and a macOS disk image (.dmg) on August 12, 2026. Our screenshots are from the Linux build — we didn't test the Windows/Mac builds — but from vault creation onward you're operating the same Obsidian app.iPhoneだけで始められますか?Can I start on just an iPhone?
検証日: 2026年8月12日 / 対象: Obsidian 1.13.6(公式AppImage・日本語UI)/ 環境: Linuxデスクトップ(Ubuntu 24.04)。掲載スクリーンショットは、上記環境でインストール〜保管庫作成〜ノート作成〜リンク〜グラフビューを実際に操作して撮影したものです。配布形式(.exe/.dmg/AppImage/deb/tar.gz)は同日に公式GitHubリリースを直接確認した実測です。Windows版・macOS版・iOS版の実行は検証していません(それらに関する記述は公式配布物・公式情報の確認に基づきます)。仕様・料金は変わる可能性があるため、最新情報は公式サイトでご確認ください。Tested August 12, 2026 — Obsidian 1.13.6 (official AppImage, Japanese UI) on desktop Linux (Ubuntu 24.04). All screenshots come from us operating that build through install, vault creation, notes, links and the graph view. Distribution formats (.exe/.dmg/AppImage/deb/tar.gz) were confirmed against the official GitHub release the same day. The Windows, macOS and iOS builds were not run for this article; statements about them rely on the official downloads and documentation. Details and prices can change — check the official site.
関連ページRelated pages
参考文献・データの出典References & data sources
- Obsidian — Download(公式) — 公式ダウンロードページThe official download page
- obsidianmd/obsidian-releases(GitHub) — 公式リリース。最新版1.13.6と配布形式(.exe/.dmg/AppImage/deb/tar.gz)は2026-08-12にv1.13.6リリースの配布ファイルを直接確認Official releases; version 1.13.6 and the distribution formats were confirmed directly against the v1.13.6 release assets on 2026-08-12
- Obsidian Help(公式ヘルプ) — 保管庫・リンク・グラフビューなど各機能の公式ドキュメントOfficial documentation for vaults, links and the graph view
- Obsidian — Pricing(公式) — 本体無料(個人・商用)とObsidian Sync等の料金Free app (personal & commercial) and paid-service pricing
- Obsidian連携シンプルメモ — App Store — App StoreのダウンロードページApp Store download page
ObsidianはDynalist Inc.の商標です。本サイトはObsidian開発元と提携関係にない独立メディアで、Obsidian連携シンプルメモは株式会社ユリカが開発する独立アプリです。Obsidian is a trademark of Dynalist Inc. This site is independent of Obsidian's developer; Simple Memo - for Obsidian is an independent app by Yurica Inc.