TACTICALEDGE
Build and deploy resilient edge systems that operate reliably in degraded edge-to-cloud environments.
Trusted by major public safety and defense institutions
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.
Tactical Edge OS
Everything you need to build and deploy tactical edge systems that operate reliably in degraded environments.
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 DocsDeploy in minutes
Integrate new edge adapters or onboard existing edge devices rapidly. Live devices are discovered, configured, and mission-ready within seconds.
Explore Edge AdaptersOperate 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 ArchitectureLean 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 ToolsOwn 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“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.
Up and running in five steps
Install the SDK, configure your connection, and start calling services. The platform handles orchestration, communication, and routing.
Start the platform
Spin up all platform services locally with Docker. One command — the framework handles orchestration, networking, and service discovery.
docker compose up -d
Install the SDK
Add the Zequent SDK to your project. Pick the Client SDK for backend applications or the Edge SDK for hardware adapters.
<dependency>
<groupId>com.zqnt.sdk</groupId>
<artifactId>client-sdk</artifactId>
<version>1.0.0</version>
</dependency>Configure your connection
Point the SDK at your platform services. Works the same way locally, in Docker Compose, and in Kubernetes.
# 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# Kubernetes — enable service discovery
REMOTE_CONTROL_SERVICE_USE_STORK=true
REMOTE_CONTROL_SERVICE_STORK_NAME=remote-control-service
REMOTE_CONTROL_SERVICE_USE_PLAINTEXT=falseREMOTE_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=8003Write your first command
Inject the client and call typed methods. The SDK handles connections, serialization, retries, and circuit breaking.
@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()
);
}Run it
Start your application and hit the endpoint. Your code talks to the platform — done.
mvn quarkus:dev
# Test your endpoint
curl -X POST http://localhost:8080/drone/takeoff
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.
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.
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.
Interoperability
Connect across protocols, vendors, and deployment environments. Typed SDK interfaces and open APIs ensure every component speaks the same language.
Source code on GitHub
The SDKs are distributed as packages through GitHub Packages. The source is fully public — browse the code, report bugs, or contribute.
Client Java SDK
zqnt-client-sdk-java
Add as a dependency — connect to Zequent services from your application.
Edge Java SDK
zqnt-edge-sdk-java
Add as a dependency for the edge side — runs on device, syncs with the platform.
Utils
zqnt-utils
Shared data models, serialization, and config primitives used across SDKs.
Documentation
zequent-framework-docs
Zequent ecosystem documentation. Learn how to use Zequent, from SDK setup to advanced features.
Contact
Let's build something together
office@zequent.com
Phone
+41 (0) 762087620
Office
Chüngstrasse 31, 8424 Embrach, ZH, Switzerland
Zequent Technologies