# Alfred и Raycast

### Рабочий процесс Alfred

[Alfred](https://www.alfredapp.com) - популярная замена Spotlight для Mac, доступная уже много лет.

Мы предлагаем [рабочий процесс](https://www.soulver.app/alfred), который позволяет выполнять вычисления с помощью Soulver прямо из Alfred.

{% hint style="info" %}
Рабочий процесс Alfred использует CLI Soulver, находящийся внутри пакета Soulver.

Рабочий процесс ожидает, что Soulver будет установлен по адресу:

`/Applications/Soulver 3.app/Contents/MacOS/CLI/soulver`

Если вы переместите Soulver в другое место или переименуете его, не забудьте соответственно изменить переменную `installpath` в настройках рабочего процесса.
{% endhint %}

### Расширение для Raycast?

[Raycast](https://www.raycast.com) - современный лаунчер и инструмент для продуктивности, который из коробки поставляется с [мощным калькулятором на естественном языке](https://www.raycast.com/core-features/calculator).

Отдельное расширение Soulver было бы излишним, потому что калькулятор Raycast можно вызвать, просто введя математическое выражение.

Вас приятно удивит, что Raycast поддерживает многие знакомые вам по Soulver фразы на естественном языке.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/ru/documentation/integrations/alfred-and-raycast.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
