Skip to content

Getting Started

This guide will help you install Neova and get started with your first project.

  • macOS 12.0 (Monterey) or later
  • Apple Silicon (M1, M2, M3, or later)
  • 4GB RAM minimum (8GB recommended)
  • 500MB disk space
  1. Download the latest version of Neova from the homepage
  2. Open the downloaded .dmg file
  3. Drag Neova to your Applications folder
  4. Launch Neova from Applications

When you first open Neova, you’ll see the project selector. Here’s how to get started:

Click New Project and choose a folder for your project. Neova will create a .neova folder to store your tasks, snippets, and templates.

Navigate to Settings > Stages to customize your workflow stages. Default stages include:

  • Backlog - Ideas and future tasks
  • Prepare - Tasks being planned
  • Implement - Active development
  • Review - Code review and testing
  • Done - Completed tasks

Click the + button to create a new task. Add:

  • A descriptive title
  • Tags for organization
  • A detailed description (supports Markdown)

Open the Prompt Builder to create instructions for your AI assistant:

## Task: {{task.title}}
### Context
{{snippet:project-context}}
### Requirements
{{task.description}}
### Instructions
Please implement this feature following our coding standards.

If you run into issues, check the FAQ or visit our GitHub repository for support.