Add your description here
Project description
Arkitekt Server
A command-line tool for deploying and managing an Arkitekt server deployments. Arkitekt Server provides a comprehensive platform for scientific computing and data management, with built-in support for authentication, task orchestration, data storage, and containerized application deployment.
Overview
Arkitekt Server is a deployment configuration management tool that simplifies the setup and management of the Arkitekt ecosystem. It generates Docker Compose configurations and handles the complex orchestration of multiple services including databases, message queues, object storage, and various scientific computing services.
Quick Start: How to Start the Server
Prerequisites
- Python 3.12+
- Docker and Docker Compose
- UVX (recommended) or pip
1. Initialize Your Deployment
# Initialize in the current directory (interactive wizard)
uvx arkitekt-server init --wizard
# Initialize with a specific template (default, dev, minimal)
uvx arkitekt-server init --template default
# Initialize in a specific directory
uvx arkitekt-server init --template dev ./my-server
2. Set Up Users and Organizations
# Add a user
uvx arkitekt-server user add
# Add an organization
uvx arkitekt-server organization add
3. Build and Start
# Generate deployment files (auto-detects backend)
uvx arkitekt-server build
# Start the services (using docker compose directly for now)
docker compose up -d
4. Access Your Server
Wait for services to initialize, then access via the Arkitekt Orkestrator interface at the configured URL (usually http://localhost:8000).
Temporary Server (Ephemeral Mode)
For quick testing, demos, or development without leaving any trace, you can use the ephemeral mode. This creates a temporary server instance in a temporary directory, starts it, and cleans everything up when you stop it.
# Start a temporary server on port 23489 (default)
uvx arkitekt-server ephemeral
# Start on a specific port
uvx arkitekt-server ephemeral --port 8080
This is perfect for trying out Arkitekt or running integration tests.
Command Reference
Core Commands
-
init: Initializes a new Arkitekt server configuration.--wizard: Runs an interactive wizard to guide you through setup.--template [default|dev|minimal]: Uses a predefined template.[path]: Specifies the directory to initialize (default: current directory).
-
build: Generates the deployment files (e.g.,docker-compose.yaml) based on your configuration.--dry-run: Shows what would be generated without writing files.
-
start: Starts the server services using the generated deployment files.- Equivalent to running
docker compose up -d.
- Equivalent to running
-
update: Updates the server images and restarts services.- Pulls the latest Docker images and runs
up -d.
- Pulls the latest Docker images and runs
-
ephemeral: Starts a temporary, disposable server instance.--port: Sets the HTTP port.--defaults: Skips prompts and uses default settings.
Management Commands
-
service: Manage individual Arkitekt services (Rekuest, Mikro, etc.).[service_name] --enable/--disable: Enable or disable a service.list: List all available services and their status.
-
user: Manage users for the Arkitekt deployment.add: Create a new user (interactive).list: List all configured users.delete: Remove a user.
-
organization: Manage organizations.add: Create a new organization.list: List all configured organizations.
-
inspect: Inspect the current state and configuration.config: Displays the current configuration and enabled services.
Detailed Documentation
For comprehensive documentation, see the docs/ folder:
- 📚 Getting Started Guide - Step-by-step setup instructions
- ⚙️ Configuration Guide - Detailed configuration options
- 🔧 Services Overview - Complete service descriptions
- 🏗️ Architecture Guide - Deployment patterns and architecture
Oh my god, I forgot all of my passwords!
If you forget your preconfiugred user passwords, you can reset them by running:
uvx arkitekt-server user list
This command will list all users and their roles, that you have configured previously. Of course you would never use this in production, but it is a useful command for development and testing purposes.
Non-UVX Usage
If you prefer not to use UVX, you can run the tool directly with:
pip install arkitekt-server
arkitekt-server init --template default
Key Features
- One-Command Deployment: Generate complete Docker Compose configurations with sensible defaults
- Service Deployment: Deploy and manage multiple interconnected services
- Authentication & Authorization: Built-in user management with JWT-based authentication
- Development Mode: Hot-reload support for development with GitHub repository mounting (when available)
Core Services
The Arkitekt ecosystem includes several specialized services:
- Lok: Authentication and authorization service with JWT token management
- Rekuest: Task orchestration and workflow management
- Mikro: Image and microscopy data management
- Kabinet: Container and application registry
- Fluss: Workflow execution engine
- Kraph: Knowledge graph and metadata management
- Elektro: Electrophysiology data handling
- Alpaka: AI/ML model management with Ollama integration
Configuration
The tool generates and manages a arkitekt_server_config.yaml file that contains all deployment settings. This file includes:
- Service configurations and Docker images
- Database and Redis settings
- Object storage (MinIO) configuration
- Authentication keys and secrets
- User and group management
- Network and routing configuration
This file can be customized to suit your deployment needs, allowing you to specify local or remote databases, shared or dedicated storage buckets, and development or production deployment modes. This config-file is the central point for managing your Arkitekt Server deployment. And it is automatically generated based on the services you enable and the options you choose during initialization.
Architecture
Arkitekt Server uses a self-contained service architecture with:
- PostgreSQL: Primary database for all services
- Redis: Message queuing and caching
- MinIO: S3-compatible object storage
- Caddy: Reverse proxy and gateway
- Docker: Container orchestration
Each service can be configured independently with options for:
- Local or remote databases
- Shared or dedicated storage buckets
- Development or production deployment modes
- Custom authentication configurations
Development
For development workflows, the tool supports:
- GitHub repository mounting for live code reloading
- Debug mode with detailed logging
- Separate development configurations
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arkitekt_gateway-1.1.1.tar.gz.
File metadata
- Download URL: arkitekt_gateway-1.1.1.tar.gz
- Upload date:
- Size: 33.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52504cf16bf76381a692199c956978f473cd8a1a784423ee7e7fb281eab5329f
|
|
| MD5 |
ebf4d8bb39977235088e10ab935a287b
|
|
| BLAKE2b-256 |
57628525785f44b7c99b40ba72a2293b8d64ec004fde8b81422135196b782d4b
|
File details
Details for the file arkitekt_gateway-1.1.1-py3-none-win_amd64.whl.
File metadata
- Download URL: arkitekt_gateway-1.1.1-py3-none-win_amd64.whl
- Upload date:
- Size: 16.7 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
564bdf0666f7c5b2104da68f83fc581af12b72bfa68e336480df34f5ca36d870
|
|
| MD5 |
9262fe007c74dbcec072b609a89592ab
|
|
| BLAKE2b-256 |
84f18052ae007b53e39488119d58e65f3ec47c86f95b308b95977cf58e5f601e
|
File details
Details for the file arkitekt_gateway-1.1.1-py3-none-manylinux2014_x86_64.whl.
File metadata
- Download URL: arkitekt_gateway-1.1.1-py3-none-manylinux2014_x86_64.whl
- Upload date:
- Size: 16.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11ea2e9d5c0ec17ab3b98906bd019ac52676b2ac881190c8879aa254dd7da338
|
|
| MD5 |
4b042ad2f38b1f2e1af27ae78c2e2ec2
|
|
| BLAKE2b-256 |
82ecf2829b263607d8717bc51606ccfe4996b6d890ff63440b908952d4b9f324
|
File details
Details for the file arkitekt_gateway-1.1.1-py3-none-macosx_11_0_arm64.whl.
File metadata
- Download URL: arkitekt_gateway-1.1.1-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 16.0 MB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88c84b9052c66a07b42ce2a4b7140d32f6646264396e2f3c877bfb149a3f905a
|
|
| MD5 |
56eb6fbd6f403afbac34b6918bcc5e4d
|
|
| BLAKE2b-256 |
3f45bdba6a44f58d0b20a42e9dfe3ae5af28e38b3636d28d909526367baf42b0
|