blob: bb42008e426eb504c7e2835d2b8bd1b857c0092c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# soryu <img src="frontend/public/logo/crane-logo-transparent.png" alt="Soryu crane logo (white, transparent)" height="32" style="vertical-align: middle;" />
soryu.co & makima.jp monorepo
## makima.jp <img src="frontend/public/logo/makima-logo.svg" alt="Makima concentric logo" height="22" style="vertical-align: middle;" />
Dynamic mesh listening platform for contested domains: live audio surveillance via acoustic arrays, relentless telemetry for detection and orchestration, and the <ruby>支配<rt>しはい</rt></ruby> operations system linking unmanned, cyber, and autonomous effects.
## Installation
### Quick Install (Recommended)
Install the Makima CLI using the automated installer:
```bash
curl -fsSL https://raw.githubusercontent.com/soryu-co/makima/master/install.sh | bash
```
This will download the latest release and install it to `/usr/local/bin`.
### Custom Install Location
To install to a custom directory, set the `INSTALL_DIR` environment variable:
```bash
curl -fsSL https://raw.githubusercontent.com/soryu-co/makima/master/install.sh | INSTALL_DIR=/opt/bin bash
```
The installer automatically detects your OS (macOS/Linux) and architecture (x86_64/arm64) and downloads the appropriate binary.
|