Skip to content

Commit

Permalink
feat: new app icon (kevinhermawan#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan authored Dec 7, 2023
1 parent 176d6ca commit 72e701f
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 38 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"size" : "16x16"
},
{
"filename" : "AppIcon-32 1.png",
"filename" : "AppIcon-32.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "AppIcon-32.png",
"filename" : "AppIcon-32 1.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
Expand Down
49 changes: 13 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
<div align="center">
<img alt="app icon" height="200px" src="./assets/app-icon.png">
<img alt="app icon" height="256px" src="./assets/app-icon.png">
</div>

# Ollamac

An open-source, native macOS app to interact with [Ollama](https://github.com/jmorganca/ollama) models.
A macOS app for interacting with the [Ollama](https://github.com/jmorganca/ollama) models.

## Prerequisites

> Ollamac requires macOS 14 or later to operate. Additionally, you must have the Ollama system set up on your Mac with at least one [Ollama model](https://ollama.ai/library) downloaded and ready for interaction.
Before using Ollamac, ensure the following requirements are met:

- **Operating System**: macOS 14 or later.
- **Ollama Setup**: The Ollama system should be installed on your Mac. Ensure you have at least one Ollama model downloaded for interaction.

## Download

You can download the latest version of Ollamac from the [releases page](https://github.com/kevinhermawan/Ollamac/releases).

## Features

- **Open-source**: You can access and help improve Ollamac’s code.
- **Built for macOS**: Ollamac runs smoothly and quickly on macOS.
- **All Model Support**: Ollamac is compatible with every Ollama model.
- **Easy to use**: The simple design makes interacting with Ollama models easy.
- **Chat saving**: It automatically stores your chats on your Mac for safety.
- **Real-time chat**: Talk without delays, thanks to HTTP streaming.
- **Open-Source Nature**: Dive into the code, contribute, and enhance Ollamac’s capabilities.
- **Optimized for macOS**: Experience smooth and efficient performance on macOS.
- **Universal Model Compatibility**: Use Ollamac with any model from the [Ollama library](https://ollama.ai/library).
- **User-Friendly Interface**: Navigate easily through a straightforward design.
- **Chat Archive**: Automatically save your interactions for future reference.
- **Real-Time Communication**: Enjoy immediate responses with HTTP streaming technology.

And more...

Expand All @@ -37,33 +40,7 @@ And more...
## Acknowledgements

- [Ollama](https://github.com/jmorganca/ollama)
- [OllamaKit](https://github.com/kevinhermawan/OllamaKit)
- [Sparkle](https://github.com/sparkle-project/Sparkle)
- [Alamofire](https://github.com/Alamofire/Alamofire)
- [swift-markdown-ui](https://github.com/gonzalezreal/swift-markdown-ui)
- [swiftui-introspect](https://github.com/siteline/swiftui-introspect)

## License

```
MIT License
Copyright (c) 2023 Kevin Hermawan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
Binary file modified assets/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72e701f

Please sign in to comment.