TACTICALEDGE

Build and deploy resilient edge systems that operate reliably in degraded edge-to-cloud environments.

Developer-FirstProduction-ReadyField-TestedEngineered in Switzerland

Trusted by major public safety and defense institutions

Polizei Stuttgart
Polizei München
NCI Agency
Bundeswehr

Operate degraded edge-to-cloud
environments. With confidence.

A distributed platform spanning data, control and execution planes, abstracting hardware, networks, and protocols to enable software-defined edge systems across tactical environments.

Product

Tactical Edge OS

Everything you need to build and deploy tactical edge systems that operate reliably in degraded environments.

|Solutions|

Defense · Public Safety · Critical Infrastructure

Sensor-to-Effector Orchestration

Deterministic sensing-to-actuation pipelines across distributed edge systems.

Resilient
Edge Mesh

Distributed compute mesh for edge systems in degraded networks. (DIL-tolerant).

Multi-Domain Coordination

Fault-tolerant system for cross-domain control, tasking and execution.

Rapidly develop and deploy
tactical edge systems

Develop faster

Development per unit time is what matters. Years of development become weeks. Months of development become days.

Explore Docs

Deploy in minutes

Integrate new edge adapters or onboard existing edge devices rapidly. Live devices are discovered, configured, and mission-ready within seconds.

Explore Edge Adapters

Operate undeterred

Stop fighting edge infrastructure. No constant firefighting when conditions change. Your stack keeps running — so your team can focus on building, not fixing.

Explore Architecture

Lean teams, massive impact

Hyper-enable your dev teams. Transform your software engineers into tactical edge geniuses and lead your team in fast moving industries.

Explore Engineering Tools

Own what you build

Design intuitively in a modular, extensible, and scalable platform to deploy tactical edge systems across domains. You build it, you own it. Enable sovereign development to tactical edge computing and retain full rights to your intellectual property.

Explore Licensing
M4Com
“Zequent has enabled us to deliver capabilities much faster with a very lean engineering team. Its flexibility and reliability have scaled to meet our rapidly evolving needs. After using their technology over the last year, I’m convinced Zequent is the future of tactical edge computing.”

Tim Müller, Business Development at M4Com

Speak your stack.
We handle the rest.

Quick Setup

Up and running in five steps

Install the SDK, configure your connection, and start calling services. The platform handles orchestration, communication, and routing.

STEP 01

Start the platform

Spin up all platform services locally with Docker. One command — the framework handles orchestration, networking, and service discovery.

Terminalbash
$
docker compose up -d
STEP 02

Install the SDK

Add the Zequent SDK to your project. Pick the Client SDK for backend applications or the Edge SDK for hardware adapters.

pom.xmlxml
<dependency>
    <groupId>com.zqnt.sdk</groupId>
    <artifactId>client-sdk</artifactId>
    <version>1.0.0</version>
</dependency>
STEP 03

Configure your connection

Point the SDK at your platform services. Works the same way locally, in Docker Compose, and in Kubernetes.

.env.stagingbash
# Docker Compose — use service names
REMOTE_CONTROL_SERVICE_HOST=remote-control-service
MISSION_AUTONOMY_SERVICE_HOST=mission-autonomy-service
LIVE_DATA_SERVICE_HOST=live-data-service
.env.productionbash
# Kubernetes — enable service discovery
REMOTE_CONTROL_SERVICE_USE_STORK=true
REMOTE_CONTROL_SERVICE_STORK_NAME=remote-control-service
REMOTE_CONTROL_SERVICE_USE_PLAINTEXT=false
.envbash
REMOTE_CONTROL_SERVICE_HOST=localhost
REMOTE_CONTROL_SERVICE_PORT=8002
MISSION_AUTONOMY_SERVICE_HOST=localhost
MISSION_AUTONOMY_SERVICE_PORT=8004
LIVE_DATA_SERVICE_HOST=localhost
LIVE_DATA_SERVICE_PORT=8003
STEP 04

Write your first command

Inject the client and call typed methods. The SDK handles connections, serialization, retries, and circuit breaking.

DroneController.javajava
@Inject
ZequentClient client;

public CompletableFuture<TakeoffResponse> takeoff() {
    return client.remoteControl().takeoff(
        TakeoffRequest.builder()
            .sn("DEVICE_SN")
            .latitude(47.3769f)
            .longitude(8.5417f)
            .altitude(100.0f)
            .build()
    );
}
STEP 05

Run it

Start your application and hit the endpoint. Your code talks to the platform — done.

Terminalbash
$
$
$
mvn quarkus:dev

# Test your endpoint
curl -X POST http://localhost:8080/drone/takeoff
Capabilities

Everything autonomous systems need

From direct hardware control to fleet-wide intelligence. Each capability is a service in the platform, accessible through the SDK with typed interfaces and structured responses.

Asset Integration

Onboard drones, docks, vehicles, and sensors into a unified registry. Manage capabilities, metadata, and connectivity from a single control plane.

LIVE1080pCAM-01CAM-02kbps01101124.6MB/s

Data Streaming & Tasking

Push telemetry from the edge, stream live video, and dispatch tasks in real time. Bi-directional channels keep every asset responsive and observable.

SCAN96%

AI Inference & Learning

Run detection, classification, and tracking models at the edge or in the cloud. Pluggable pipelines feed results back into the platform's data flow.

STARTEND

Interoperability

Connect across protocols, vendors, and deployment environments. Typed SDK interfaces and open APIs ensure every component speaks the same language.

Contact

Let's build something together

Email

office@zequent.com

Phone

+41 (0) 762087620

Office

Chüngstrasse 31, 8424 Embrach, ZH, Switzerland

LinkedIn

Zequent Technologies