Skip to content

Commit efebb9b

Browse files
📝 docs: add Msty to the list of local apps (#736)
Hi, I'm adding Msty to the list of local apps. Msty is a local LLM app for Mac, Windows, and Linux - packed with many features in a simple and clean interface. We just released a new version today with the support for Hugging Face models and deep linking. If you would like to check it out, please visit: https://msty.app. Example deep link usage: msty://models/search/hf/TheBloke/Llama-2-7B-32K-Instruct-GGUF ![msty-deeplink-example](https://github.com/huggingface/huggingface.js/assets/47485043/1e53f35e-752d-4be5-bd4e-da17504b2d60) Cheers, Nikesh
1 parent cf70e66 commit efebb9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ export const LOCAL_APPS = {
118118
displayOnModelPage: isGgufModel,
119119
deeplink: (model) => new URL(`sanctum://open_from_hf?model=${model.id}`),
120120
},
121+
msty: {
122+
prettyLabel: "Msty",
123+
docsUrl: "https://msty.app",
124+
mainTask: "text-generation",
125+
displayOnModelPage: isGgufModel,
126+
deeplink: (model) => new URL(`msty://models/search/hf/${model.id}`),
127+
},
121128
drawthings: {
122129
prettyLabel: "Draw Things",
123130
docsUrl: "https://drawthings.ai",

0 commit comments

Comments
 (0)