Obsidian入門 実画面ガイドGetting started with Obsidian, hands-on

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 インストーラ(.exeInstaller (.exe) 配布の存在のみ確認(実行は未検証)Existence verified, not run
macOS ディスクイメージ(.dmgDisk 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.

Obsidian 1.13.6の初回起動画面。「保管庫を新規作成する」「保管庫としてフォルダを開く」「Obsidian Syncから保管庫を開く」の3択と、日本語が選択された言語メニューが表示されている
初回起動画面(Obsidian 1.13.6・日本語UI)。「保管庫を新規作成する」の「作成」を押す。下の言語メニューで日本語を選べる。The first-launch screen (Obsidian 1.13.6, Japanese UI). Press 作成 (Create) under "Create new vault"; the language menu is at the bottom.

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.

ローカル保管庫を作成する画面。保管庫の名称に「メモ」と入力され、ロケーションに/root/Vaultsが指定されている
保管庫の作成画面。名称「メモ」・場所を指定して「作成」を押すと、その場でVaultが開く。The vault-creation form: name it, pick a folder, press 作成 (Create) — the vault opens immediately.

「作成」を押すと、日本語の「ようこそ」ノートが開いた状態で保管庫が立ち上がりました。右側には早くもグラフビューが見えています。Pressing Create opened the vault with a Japanese "ようこそ" (Welcome) note — and a graph view already visible on the right.

作成直後の保管庫。左にファイル一覧、中央に「ようこそ」ノート、右にグラフビューが表示されている
作成直後の保管庫「メモ」。左からファイル一覧・「ようこそ」ノート・グラフビュー。The vault right after creation: file list, the Welcome note, and the graph view.
保管庫の実体はただのフォルダA VAULT IS JUST A FOLDER

作成直後の保管庫フォルダをファイルマネージャ(ターミナル)で開くと、中身は設定用の隠しフォルダ.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.

「はじめてのノート」を編集中の画面。本文に段落と箇条書きが表示され、右のグラフビューにノードが増えている
最初のノート。書いた瞬間に自動保存され、ファイル一覧とグラフビューにも即座に現れる。The first note — saved automatically as you type, appearing instantly in the file list and the graph.

保存ボタンはありません。書いた内容は自動で.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ファイルとして保存されている。

- 覚えたいこと
- 思いついたこと
- あとで調べたいこと

をここに書いていく。

始めた後の課題 — 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.

今日作った保管庫に、明日から1行ずつ貯まっていくLet today's new vault start filling up tomorrow

思いついたら話すだけ。メールにもデイリーノートにも、同じ1行が残ります。ダウンロードは無料です。Say the thought and it lands in your inbox and your daily note alike. Free to download.

App Store からダウンロード
App StoreダウンロードQRコード QR code to download on the App Store PCの方はスマホで読み取りOn desktop? Scan with your phone

よくある質問FAQ

Obsidianは無料で使えますか?Is Obsidian free?
アプリ本体は個人利用・商用利用とも無料です。有料なのは公式同期のObsidian Sync(Standard 月4ドル・年払い)や公開サービスのObsidian Publishなど、追加サービスだけです。この記事の検証(インストール〜ノート作成〜リンク〜グラフビュー)も、すべて無料の範囲で完結しました。The app is free for personal and commercial use. Only add-on services cost money — official sync (Obsidian Sync, Standard $4/mo billed annually) and Obsidian Publish. Everything in this article's test happened within the free tier.
アカウント登録は必要ですか?Do I need an account?
不要です。2026年8月12日の実機検証では、インストールから保管庫の作成、ノートの作成・リンク・グラフビューの表示まで、メールアドレスの入力やアカウント登録を一度も求められませんでした。アカウントが必要になるのは、有料の公式同期(Obsidian Sync)などを使う場合だけです。No. In our August 12, 2026 test, nothing from install through notes, links and the graph ever asked for an email address or account. You only need one for paid services such as Obsidian Sync.
日本語で使えますか?Does it work in Japanese?
使えます。初回起動画面の言語メニューで日本語を選択でき、メニューや設定も日本語表示になります。この記事の検証(Obsidian 1.13.6)もすべて日本語UIで行いました。保管庫名やノート名にも「メモ」「はじめてのノート」のような日本語がそのまま使えることを確認しています。Yes. The first-launch language menu offers Japanese, and the whole UI follows. Our entire test of 1.13.6 ran in the Japanese UI, with Japanese vault and note names working as-is.
保管庫(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?
公式リリースにWindows用インストーラ(.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?
ObsidianにはiOS版アプリがあり、App Storeから無料で入手できます(本記事ではiOS版の動作は検証していません)。iPhoneで思いついた1行をObsidianに残す方法はデイリーノートへ追記する方法iPhoneからObsidianに送る方法6選で詳しく解説しています。Obsidian has a free iOS app on the App Store (not tested in this article). For getting one-liners into Obsidian from an iPhone, see appending to daily notes and 6 ways to send notes from iPhone.
検証環境と検証範囲TEST ENVIRONMENT & SCOPE

検証日: 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は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.