Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enoch1118/ollamaGUI
Ollama app for macos
https://github.com/enoch1118/ollamaGUI
ai llama2 llm mac macos ollama swift swiftui
Last synced: 3 months ago
JSON representation
Ollama app for macos
- Host: GitHub
- URL: https://github.com/enoch1118/ollamaGUI
- Owner: enoch1118
- License: mit
- Created: 2024-01-12T06:50:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T13:45:15.000Z (4 months ago)
- Last Synced: 2024-10-18T22:12:02.435Z (3 months ago)
- Topics: ai, llama2, llm, mac, macos, ollama, swift, swiftui
- Language: Swift
- Homepage:
- Size: 1.81 MB
- Stars: 61
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Ollama - OllamaGUI
README
# OllamaGUI by SwiftUI
https://github.com/enoch1118/ollamaGUI/assets/54224095/d056434a-f27e-41a9-940b-be7053f6920c
### Now can test langchain in ollama GUI
This feature is completely native and does not require an API key.
It's a bit slow so far, but it does provide per-website storage, so once created, website embeds can be reused.
Since it's still in preview, you can't use it except for the window of the feature.### Introduction to Ollamagui
ollama is a lightweight, extensible framework that lets you run powerful LLMs like Llama 2, Code Llama, and others on your own computer. This means you don't need to rely on cloud-based services or have specific hardware requirements.OllamaGUI: A user interface (GUI) application built for macOS using SwiftUI framework, help you to use ollama model easily
### Installation
##### Requirements
* need llama2 model https://ai.meta.com/llama/
* ensure ollama server is running https://ollama.ai/##### Clone the GitHub repository:
> ```bash
>git clone https://github.com/enoch1118/ollamaGUI.git
>```##### Open the project in Xcode:
Open Xcode.
Go to "File" -> "Open".
Locate the ollamagui.xcworkspace file within the cloned repository and open it.##### Install dependencies:
If you haven't already, install CocoaPods Open your terminal and run
```
sudo gem install cocoapods.
```
In the terminal, navigate to the root of the OllamaGui project directory
```
pod install
```
to install required dependencies.### Dependencies
1. swift-markdown-ui
https://github.com/gonzalezreal/swift-markdown-ui
2. SwiftUIIntrospect
https://github.com/siteline/swiftui-introspect
3. Alamofire
https://github.com/Alamofire/Alamofire--- langchain
4. USearch
https://github.com/unum-cloud/usearch