Skip to content

Quick Start

Use this guide to prove the workflow first: open a project, make one small edit and verify it in the terminal. It works with a local project or an SSH workspace.

NimoteCode Quick Start workflow on phone and iPad

1. Open a workspace

Choose Local Explorer for a project on your device, or Remote Explorer for a remote host. For an SSH workspace, enter the host, port and username; then choose password, key file or pasted private key authentication. Confirm the project root before you start working.

2. Open, edit and save a file

Select a file in Explorer or from Search. It opens in the tabbed editor. Make a small change, save it, and keep the file active if you plan to ask AI about it.

3. Verify in Terminal

Open Terminal in the same workspace and run a harmless command such as pwd, ls, or your project’s test command. Use output search if the result is long.

4. Choose the next step

Review a changeOpen Source Control to inspect the diff and stage it; committing or pushing needs Pro access.
Ask for helpUse AI Chat or Agent to explain code, plan a change or assist controlled multi-step work.
Diagnose more deeply · ProUse configured LSP, Debug and Terminal workflows.
Reuse a commandSave an established remote procedure in Tasks.

For remote production environments, begin with read-only inspection and review every command, AI suggestion and Git change before it is applied.

Continue with SSH Workspace, Editor, or Watch Demo.