Run AI models, locally.
Dynaboard AI Studio is an interactive AI chat system that runs entirely within your Macbook. Powered by local models, use it if you are concerned about privacy implications or vendor lock-in with other web-based models.
All llama.cpp models are supported. Download as little or as many models as you need. We don't make assumptions about your requirements, use your imagination!
Dynaboard AI is pre-packaged for Apple M-series operating systems. Simply download the installer and you are ready to get started.
- Once installed, you can download any supported model. We recommend going with the default, Mistral 7B v0.1, which is downloaded when you first start the application.
- Go to a thread, configure parameters / system prompt.
- Chat with the model.
- macOS 13+ (Ventura)
- M-series chip with 16GB of RAM
- 5GB of free disk space (for models)
- macOS 14+ (Sonoma)
- M1 Pro (or higher) with 16GB of RAM
- 20GB+ of free disk space (for models)
To get started with development, ensure you are running on an Apple M-series laptop.
- Install dependencies:
pnpm i
- Run app:
pnpm dev