Skip to content

Getting Started

Introduction

Pinnacle is a powerful tool designed for managing and extracting intelligence from PDF documents. It prioritizes your privacy by keeping all your data on your local machine.

Prerequisites

To run Pinnacle, you need the following installed:

  • Rust (Stable): For the backend logic.
  • Node.js (LTS): For the frontend UI.

Installation

  1. Clone the repository:

    bash
    git clone https://github.com/prashantbansal/Pinnacle.git
    cd Pinnacle
  2. Install dependencies:

    bash
    pnpm install
  3. Run the application in development mode:

    bash
    npm run tauri dev

Next Steps

Check out the Features page to learn more about what Pinnacle can do.

Released under the MIT License.