docs/user/getting-started/installation.md
Getting started with Foam is straightforward. This guide will walk you through installing everything you need to begin your knowledge management journey.
Foam is built on VS Code, Microsoft's free, open-source code editor. You can download it at https://code.visualstudio.com/
VS Code provides:
To learn more about using VS Code with Foam, check [get-started-with-vscode]
The Foam extension adds knowledge management superpowers to VS Code.
Ctrl+Shift+X / Cmd+Shift+X)While Foam works on its own, it is focused on the networking aspect of your notes. You might want to install additional extensions to improve the editing experience or the functionality of your notes.
Other extensions:
The Foam CLI lets you work with your workspace from the terminal — search notes, manage tags, create daily notes, and more — without opening VS Code.
npm install -g foam-cli
Once installed, run foam --help to see available commands, or see the [[cli|CLI documentation]] for details.
Now that Foam is installed, you're ready to:
If you encounter issues: