52 lines
2.3 KiB
Plaintext
52 lines
2.3 KiB
Plaintext
---
|
|
title: Raycast
|
|
slug: /integrations/raycast
|
|
sidebar_position: 17
|
|
keywords:
|
|
[
|
|
Jan AI,
|
|
Jan,
|
|
ChatGPT alternative,
|
|
local AI,
|
|
private AI,
|
|
conversational AI,
|
|
no-subscription fee,
|
|
large language model,
|
|
raycast integration,
|
|
Raycast,
|
|
]
|
|
description: A step-by-step guide on how to integrate Jan with Raycast.
|
|
---
|
|
|
|
<head>
|
|
<title>Raycast</title>
|
|
<meta name="description" content="A step-by-step guide on how to integrate Jan with Raycast. Learn how to download the TinyLlama model, clone and run the program, and use Jan models in Raycast for enhanced productivity."/>
|
|
<meta name="keywords" content="Jan AI, Jan, ChatGPT alternative, local AI, private AI, conversational AI, no-subscription fee, large language model, Raycast integration"/>
|
|
<meta property="og:title" content="Raycast"/>
|
|
<meta property="og:description" content="A step-by-step guide on how to integrate Jan with Raycast. Learn how to download the TinyLlama model, clone and run the program, and use Jan models in Raycast for enhanced productivity."/>
|
|
<meta property="og:url" content="https://jan.ai/guides/integration/raycast"/>
|
|
<meta name="twitter:card" content="summary"/>
|
|
<meta name="twitter:title" content="Raycast"/>
|
|
<meta name="twitter:description" content="A step-by-step guide on how to integrate Jan with Raycast. Learn how to download the TinyLlama model, clone and run the program, and use Jan models in Raycast for enhanced productivity."/>
|
|
</head>
|
|
|
|
## Integrate Raycast with Jan
|
|
[Raycast](https://www.raycast.com/) is a productivity tool designed for macOS that enhances workflow efficiency by providing quick access to various tasks and functionalities through a keyboard-driven interface. To integrate Raycast with Jan, follow the steps below:
|
|
|
|
### Step 1: Download the TinyLlama Model
|
|
|
|
1. Go to the **Hub** and download the TinyLlama model.
|
|
2. The model will be available at `~jan/models/tinyllama-1.1b`.
|
|
|
|
### Step 2: Clone and Run the Program
|
|
|
|
1. Clone this [GitHub repository](https://github.com/InNoobWeTrust/nitro-raycast).
|
|
2. Execute the project using the following command:
|
|
|
|
```sh title="Node.js"
|
|
npm i && npm run dev
|
|
```
|
|
|
|
### Step 3: Search for Nitro and Run the Model
|
|
|
|
Search for `Nitro` using the program and you can use the models from Jan in RayCast. |