Skip to content

FAQ


Yes — under Apache 2.0 license. The code is available on GitHub. See LICENSE and NOTICE.

No. arka-deck is a local application. No arka-deck account is needed. You configure your own API keys with your AI provider (Anthropic, Google, etc.) and that’s it.

  • arka-deck: free (Apache 2.0 license).
  • Public Cortex (catalogue): free (read-only, no authentication).
  • Calls to your AI provider: you pay the provider per their pricing.

Does arka-deck replace Claude Code / Codex / Gemini?

Section titled “Does arka-deck replace Claude Code / Codex / Gemini?”

No. arka-deck orchestrates these providers. It adds a local layer of memory, profiles, governance and squads. Each provider keeps its native capabilities.


  • Node.js ≥ 20.19.0.
  • An API key with at least one AI provider (Anthropic, Google, OpenAI depending on your choice).

No. arka-deck runs in native Node.js. A Tauri (desktop application) distribution is on the roadmap but is not yet shipped.

See 02-premier-pas. Summary:

Terminal window
git clone https://github.com/arka-squad/arka-deck.git
cd arka-deck
npm install
npm run arka:start

No. Your files, sessions, memory and logs stay locally on your disk. See 07-securite-et-donnees.

No. No telemetry, no analytics, no machine identifier.

No. Your prompts go directly to your configured AI provider. arka-deck adds no intermediate route.

Yes. See the dedicated section in 07-securite-et-donnees.


Not at this time. All production addons are first-party and explicitly wired in arka-deck. The addon contract is stabilized to allow, eventually, external extensions — that’s a product trajectory, not a current promise.

Can I add a non-listed provider (Ollama, OpenAI without Codex CLI, etc.)?

Section titled “Can I add a non-listed provider (Ollama, OpenAI without Codex CLI, etc.)?”

Not yet as a first-party provider. It’s on the roadmap (see ROADMAP.md). For contributors, see the write a provider tutorial.

It depends on your use case. See 05-providers for details.


No. The memory-local addon applies conservative filters to exclude anything that looks like a secret or credential.

Yes. Addons view → disable memory-local for this project.

No. Mission Guardian provides gates for structured missions. If you work in free chat without phases, you can ignore it.


See CONTRIBUTING.md. Commit conventions, DCO sign-off (git commit -s), PR workflow.

Yes: CODE_OF_CONDUCT.md (Contributor Covenant).

Dedicated procedure in SECURITY.md. Do not open a public issue for a vulnerability.