Skip to main content
Glama
orneryd

M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository

by orneryd
README.mdβ€’2.41 kB
# NornicDB Packaging & Distribution This directory contains deployment plans for packaging NornicDB as an installable service across all supported platforms. ## Supported Platforms | Platform | Architecture | Package Type | Status | |----------|-------------|--------------|--------| | [macOS](./macos.md) | arm64 (Apple Silicon) | Homebrew, .pkg | πŸ“‹ Planned | | [macOS](./macos.md) | amd64 (Intel) | Homebrew, .pkg | πŸ“‹ Planned | | [Windows](./windows.md) | amd64 | MSI + Service | πŸ“‹ Planned | | [Linux](./linux.md) | amd64 | deb, rpm, systemd | πŸ“‹ Planned | | [Linux](./linux.md) | arm64 | deb, rpm, systemd | πŸ“‹ Planned | | [Raspberry Pi](./raspberry-pi.md) | arm64/arm | deb, systemd | πŸ“‹ Planned | | [Docker](./docker.md) | amd64, arm64 | Container | βœ… Available | ## Quick Cross-Compilation Build binaries for all platforms from macOS: ```bash cd nornicdb make cross-all ``` Output: ``` bin/nornicdb-linux-amd64 # Linux x86_64 bin/nornicdb-linux-arm64 # Linux ARM64 bin/nornicdb-rpi64 # Raspberry Pi 4/5 bin/nornicdb-rpi32 # Raspberry Pi 2/3 bin/nornicdb-rpi-zero # Raspberry Pi Zero bin/nornicdb.exe # Windows ``` ## Distribution Strategy ### Developer-Focused - **Homebrew** (macOS) - `brew install nornicdb` - **Chocolatey** (Windows) - `choco install nornicdb` - **Docker Hub** - `docker pull timothyswt/nornicdb` ### Enterprise/End-User - **macOS .pkg** - Double-click installer with LaunchDaemon - **Windows MSI** - Standard installer with Windows Service - **Linux .deb/.rpm** - Native package managers ### Edge/IoT - **Raspberry Pi** - Optimized ARM builds with systemd - **NVIDIA Jetson** - ARM64 builds (same as linux-arm64) ## Directory Structure ``` packaging/ β”œβ”€β”€ README.md # This file β”œβ”€β”€ macos.md # macOS deployment plan β”œβ”€β”€ windows.md # Windows deployment plan β”œβ”€β”€ linux.md # Linux deployment plan β”œβ”€β”€ raspberry-pi.md # Raspberry Pi deployment plan └── docker.md # Docker deployment plan ``` ## Implementation Priority 1. **Docker** βœ… - Already available 2. **Homebrew** - Highest impact for developer adoption 3. **Windows MSI** - Required for Windows market 4. **Linux systemd** - Server deployments 5. **Raspberry Pi** - Edge/IoT market 6. **macOS .pkg** - Enterprise macOS users

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/orneryd/Mimir'

If you have feedback or need assistance with the MCP directory API, please join our Discord server