Skip to main content

marvis init

Interactive bootstrap wizard for the local MarvisX open-core runtime. Five prompts (license, storage, BYOK, first project, recap) reusing the shared core/wizard/ state machine so the CLI and the Console /welcome route produce byte-identical settings when given the same answers.

Install

pip install marvisx-cli
marvis init

Pre-install (clone and run) works too:

python -m core.cli.marvis_init init

Quick start (interactive)

marvis init

You will be asked:

  1. License — accept BSL 1.1 (y/n).
  2. Storage — projects root path, database backend (sqlite or postgres), and either the SQLite file path or the Postgres DSN.
  3. LLM provider (BYOK)anthropic, openai, mac_gateway, bedrock, or skip. API key prompt is hidden input. Mac gateway asks for the base URL.
  4. First project — name, slug, and type (code, work, system).
  5. Recap — review choices, confirm.

On confirmation the wizard writes:

  • ~/.marvis/settings.yaml — workspace + storage + llm choice (no secrets), chmod 600.
  • ~/.marvis/master.key + ~/.marvis/byok.vault — Fernet-encrypted API key store (only if a provider was chosen).
  • <projects_root>/<slug>/project.yaml — first project seed.

Non-interactive / CI

marvis init \
  --accept-bsl \
  --no-interactive \
  --projects-root /var/lib/marvis/projects \
  --db-backend sqlite \
  --db-path /var/lib/marvis/console.db \
  --llm-provider anthropic \
  --llm-api-key "$ANTHROPIC_API_KEY" \
  --project-name "Local Workspace" \
  --project-slug local-workspace \
  --project-type code

YAML preset (preferred for repeatable provisioning):

marvis init --no-interactive --config init.yaml

init.yaml:

welcome:
  bsl_accepted: true
storage:
  projects_root: /var/lib/marvis/projects
  db_backend: sqlite
  db_path: /var/lib/marvis/console.db
llm_provider:
  provider: anthropic
  api_key: sk-ant-...
first_project:
  name: Local Workspace
  slug: local-workspace
  type: code

Dry run

marvis init --dry-run --accept-bsl --no-interactive ...

Prints the planned filesystem writes and the rendered settings.yaml without touching the disk. Exit 0.

Exit codes

Code Meaning
0 Success (or dry-run)
1 Generic runtime error
2 User abort at recap confirmation
3 Validation failure (field-level errors printed)

Tests

python -m pytest tests/test_cli_marvis_init.py

Ten cases cover dry-run, non-interactive flags, YAML preset, BYOK vault write, invalid slug rejection, Postgres backend, interactive prompts via CliRunner(input=...), BSL gate, and show-state JSON dump.

Relation to core/scripts/marvis-init.sh

marvis-init.sh (bash) is a deploy bootstrap: copies deploy/_template/, renders .env with secrets, runs setup-server.sh, and brings up Docker Compose. It targets server administrators provisioning a host.

marvis init (this Python CLI) is an onboarding wizard: writes settings.yaml + BYOK vault + first project seed in the user's home. It targets people running the source-available MarvisX runtime locally.

The two flows are complementary and will converge in a later phase. Until then both ship side-by-side.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

marvisx_cli-0.4.8.tar.gz (2.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

marvisx_cli-0.4.8-py3-none-any.whl (3.3 MB view details)

Uploaded Python 3

File details

Details for the file marvisx_cli-0.4.8.tar.gz.

File metadata

  • Download URL: marvisx_cli-0.4.8.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for marvisx_cli-0.4.8.tar.gz
Algorithm Hash digest
SHA256 11d190cb45d946ef5e2e4bee67ad8777c689fb8cae971f3dc3c01c6bfa7a4ed5
MD5 38af9e96d9688163971db2dde5aa4d69
BLAKE2b-256 dbf2e0478a8e48bf2b8eabf99da91ae48e9a710f1226f311bfce183adea68e43

See more details on using hashes here.

Provenance

The following attestation bundles were made for marvisx_cli-0.4.8.tar.gz:

Publisher: release.yml on emiliomartucci/marvis

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file marvisx_cli-0.4.8-py3-none-any.whl.

File metadata

  • Download URL: marvisx_cli-0.4.8-py3-none-any.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for marvisx_cli-0.4.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f0e200200c865c52371ad291fbb458339564479b715582267bf71566e0ebd855
MD5 80e94a8026d32213cfc5ae6d044ec3e5
BLAKE2b-256 62eb5462bda9645e5c0ab08741dd541ec63e750f77b2f5bb73ca3f1f495c1d8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for marvisx_cli-0.4.8-py3-none-any.whl:

Publisher: release.yml on emiliomartucci/marvis

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.8 This release

2 files

0.3.8

2 files

0.3.7

2 files

0.3.6

2 files

0.3.5

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page