Getting started
Install Rope Notes, open a project, and learn the editor, panels, and agent basics.
Install and run
- Get a license and download Rope Notes.
- Install the build for your platform (desktop AppImage / native packages, or the mobile app where available) and launch it.
- To use the AI agent, start Ollama (default
http://localhost:11434) or configure your preferred backend under Preferences → Agent.
Open a project
- Launch Rope Notes.
- Use File → Open Folder… (or open a file from the command line / file picker).
- The Explorer panel shows the project tree. Click a file to open it in a tab.
On Android, choose a document tree the first time you open a folder; Rope Notes remembers that access for the project.
Orient yourself
| Area | What it is |
|---|---|
| Editor | Center tabs — your open files |
| Browser panels | Dockable side/top/bottom panels (Explorer, Git, Agent, Terminal, …) |
| Footer | Language, cursor position, zoom; sync status icon (opens Preferences) |
| Preferences | In-app settings tab (view layout, agent, LSP, sync, file recovery, sessions) |
Toggle the browser bar with Ctrl/Cmd+B, or a browser panel with Ctrl/Cmd+Shift+B. See shortcuts.
Suggested first workflow
- Open a project folder.
- Open a few files from Explorer.
- Try Ctrl/Cmd+F for find, or open a
.mdfile and switch to Markdown preview mode. - On desktop: open the Terminal panel (Ctrl/Cmd+`).
- Open the Agent panel, pick a model provider, and ask a simple question about the project, or an open file using
@filename.
Where settings live
- Per-project settings and agent history live under
.rope_notes/inside the project (preferences, permissions, sessions, sync state). - Global choices (e.g. last folder, some agent defaults) are stored with the app.
See Preferences for what you can change in the UI.