NevoFlux

FAQ

Frequently asked questions about NevoFlux.

How do I open the AI sidebar?

Press Ctrl+Shift+A (Cmd+Shift+A on macOS) to toggle it. The shortcut is listed under Settings → Shortcuts.

Do I need to install the agent separately?

No. The agent is bundled inside the browser and started automatically. You only need to configure an AI model.

Which AI providers are supported?

Many — Anthropic, OpenAI, DeepSeek, Qwen, Gemini, Groq, OpenRouter, Mistral, xAI/Grok, Cohere, Perplexity, Together, Ollama (local), and the CLI/agent providers Claude Code, Gemini CLI, Kimi Agent, and OpenClaw. See the full table in Providers & API keys.

Where do I put my API key?

In Settings → AI Models, or as an environment variable, or in [llm.<provider>] in config.toml. NevoFlux does not use an OS keychain.

How do I configure LLM providers and agents?

Type nevoflux://settings in the address bar and go to AI Models. You'll see two groups: LLM Providers (cloud APIs and local models) and Agents (coding agents and personal assistants). Click any card to configure its API key and settings. See Settings → AI Models.

How do I connect Claude Code as a coding agent?

First install the Claude Code ACP adapter globally:

npm install -g @agentclientprotocol/claude-agent-acp

Then go to nevoflux://settingsAI Models → click the Claude Code card and configure it.

Where is the config file?

~/.config/nevoflux/config.toml (Linux), ~/Library/Application Support/nevoflux/config.toml (macOS), or %APPDATA%\nevoflux\config.toml (Windows). See Configuration.

I edited config.toml but nothing changed.

Changes made in the Settings UI apply immediately; hand edits to config.toml require a restart. Also note that the nevoflux config CLI edits a separate store, not config.toml.

Why won't the agent control my mouse/keyboard on Linux?

Wayland blocks synthetic input for security. Run your session under X11 (or XWayland). See Computer control.

Is my data private?

Your sessions, knowledge base, and keys stay on your machine. Requests to an LLM provider go to that provider. See Security.

On this page