2023-06-28 00:35:51 +08:00
|
|
|
# Desktop
|
|
|
|
|
|
2023-06-28 02:33:49 +08:00
|
|
|
The Ollama desktop experience
|
2023-06-28 00:35:51 +08:00
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
2023-06-28 01:51:20 +08:00
|
|
|
In the background run the `ollama.py` [development](../docs/development.md) server:
|
|
|
|
|
|
2023-06-28 00:35:51 +08:00
|
|
|
```
|
2023-06-28 01:51:20 +08:00
|
|
|
python ../ollama.py serve --port 5001
|
2023-06-28 00:35:51 +08:00
|
|
|
```
|
|
|
|
|
|
2023-06-28 01:51:20 +08:00
|
|
|
Then run the desktop app:
|
2023-06-28 00:35:51 +08:00
|
|
|
|
|
|
|
|
```
|
2023-06-28 01:51:20 +08:00
|
|
|
npm install
|
|
|
|
|
npm start
|
2023-06-28 00:35:51 +08:00
|
|
|
```
|