Python environment
Select the Python installation to use for new notebooks. Default Python Environment shows all detected Python installations:- System Python
- Homebrew Python (macOS)
- Python from Microsoft Store (Windows)
- pyenv versions (macOS/Linux)
- Conda environments
- Virtual environments (.venv)
Creating a virtual environment
Click Create Python virtual environment to create a.venv in your workspace:
- Qualia creates the virtual environment
- It becomes available in the kernel picker
- Select it to use for your project
Julia environment
Select the Julia installation for new notebooks:- System Julia
- Juliaup versions
- Custom installations
R environment
Select the R installation for new notebooks:- System R
- R installations in standard locations
Terminal shell
Override the default shell for terminals:- Empty: Use system default (
SHELLon Unix, PowerShell on Windows) - Custom path: Specify a shell like
/bin/zshor/bin/bash(macOS/Linux) orcmd.exe(Windows)
- macOS/Linux
- Windows
Common shell paths:
/bin/zsh(default on modern macOS)/bin/bash/bin/fish
Response language
Control the language Qualia uses in responses:- Auto: Match your system language
- Specific language: Always respond in English, Spanish, etc.
Notifications
Control when Qualia sends operating system notifications while the app is not focused:- Notify when an agent needs input: Send a notification when an agent is waiting on your response.
- Notify when agents finish: Send a notification when every agent in a project has completed.
- Agent interaction sounds: Play a warm bloom when an agent needs input and a success sound when a project’s agents finish.
Default kernel validation
Qualia validates that your default kernel exists:- Green check: Kernel is available
- Warning: Kernel not found (e.g., deleted virtual environment)
Related settings
- Editor settings for code editing preferences
- AI settings for model and behavior configuration
- Kernel toolbar for kernel controls in notebooks

