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
Clone the repository:
bashgit clone https://github.com/prashantbansal/Pinnacle.git cd PinnacleInstall dependencies:
bashpnpm installRun the application in development mode:
bashnpm run tauri dev
Next Steps
Check out the Features page to learn more about what Pinnacle can do.
