Difference between revisions of "Msty"
From Notes_Wiki
(Created page with "Home > Local system based AI tools > Msty To install Msty use following steps: # Download app image from https://msty.app/ # Install by doing "chmod +x" and running it # Choose "Integrate and Run" option in the AppImageLauncher application # In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other produc...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[Local system based AI tools]] > [[Msty]] | [[Main Page|Home]] > [[Local system based AI tools]] > [[Msty]] | ||
=About= | |||
Msty gives access to most of the modern AI tools including local Ollama from a easy to use interface. It also supports RAG for ollama using search. | |||
=Install and execute= | |||
To install Msty use following steps: | To install Msty use following steps: | ||
# Download | # Download AppImage from https://msty.app/ | ||
# Install by doing "chmod +x" and running it | # Install by doing "chmod +x" and running it | ||
# Choose "Integrate and Run" option in the AppImageLauncher application | # Choose "Integrate and Run" option in the AppImageLauncher application | ||
See [[Rocky 9.x Owncloud client via AppImage]] | |||
=Configure= | |||
# In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other products also | # In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other products also | ||
# Optionally delete ~/.config/Msty/models folder and make it point to ~/.ollama/models folder. This is going to impact only if you try to use local Msty so that same models dont need to be downloaded again. | # Optionally delete ~/.config/Msty/models folder and make it point to ~/.ollama/models folder. This is going to impact only if you try to use local Msty so that same models dont need to be downloaded again. | ||
[[Main Page|Home]] > [[Local system based AI tools]] > [[Msty]] | [[Main Page|Home]] > [[Local system based AI tools]] > [[Msty]] |
Revision as of 12:30, 5 July 2025
Home > Local system based AI tools > Msty
About
Msty gives access to most of the modern AI tools including local Ollama from a easy to use interface. It also supports RAG for ollama using search.
Install and execute
To install Msty use following steps:
- Download AppImage from https://msty.app/
- Install by doing "chmod +x" and running it
- Choose "Integrate and Run" option in the AppImageLauncher application
See Rocky 9.x Owncloud client via AppImage
Configure
- In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other products also
- Optionally delete ~/.config/Msty/models folder and make it point to ~/.ollama/models folder. This is going to impact only if you try to use local Msty so that same models dont need to be downloaded again.