Request a pilot · Architecture · Security posture · American made
A product of Omega Point Solutions LLC
TacLinX answers three questions an agency has to get right, and that ordinary tools get wrong quietly.
- Where are my officers. Stale is labeled stale. GPS off renders off. One render path, so nothing can show an old fix as current.
- Who needs help, now. One-tap assistance with per-recipient delivery state, acknowledgement, and a mandatory disposition on close.
- Who actually got the call.
deliveredis set only on a transport acknowledgement. Exhausted retries surface to the requesting officer as failed, by name.
Built for agencies and multi-agency task forces that need one operating picture without putting their data in a shared cloud tenant they cannot audit.
Every vendor says secure. These are the claims we can hand you proof for.
|
Agencies cannot see each other's data, and it is proven on every commit. Isolation is enforced by PostgreSQL row-level security, not by an application |
No other vendor's product code ships inside the platform, and a gate enforces it. The web framework, authentication, mapping, and geocoder are Omega Point original work on permissively licensed United States foundations. The production build adds exactly two registered dependencies. A build gate parses every module and fails on anything else. |
|
Officer safety is a correctness property, and the failure cases are the tests. Staleness, sharing state, and delivery status are enforced invariants, not display logic. The suite asserts the denials first: cross-agency access, stale shown as live, a supervisor force-enabling an officer's sharing, and a replayed one-time code. |
No certification is claimed. Controls are described as designed toward the relevant standards. We do not assert CJIS, SOC 2, or FedRAMP until an independent assessor validates it. We would rather lose a checkbox than put a claim in front of an agency that we cannot substantiate. |
| Area | Capability |
|---|---|
| Location | Owner-controlled sharing, computed staleness, offline map packages |
| Assistance | One-tap request, per-recipient delivery state, mandatory disposition |
| Access control | Role-based, evaluated per request. Revocation lands on the next request |
| Multi-agency | Per-agency isolation at the database layer, scoped grants |
| Accountability | Append-only, hash-chained audit. Coordinates scrubbed before write |
| Mapping | In-house stack on United States public domain data |
| Identity | Mandatory multi-factor authentication, instant revocation, lockout |
| Integrations | Typed contracts. Every call carries actor and purpose |
flowchart LR
C["Officers<br/>mobile and web"] --> E["API edge<br/>MFA, agency binding"]
E --> A["Application core<br/>location, assistance, mapping"]
A --> D[("PostgreSQL<br/>per-agency isolation")]
A -. every decision .-> L[("Audit log<br/>append-only")]
Agency data stays on agency-owned infrastructure, or in a United States region of the agency's choosing, behind the agency's own reverse proxy. The platform never needs an outbound connection to a vendor cloud to work.
Full architecture · Security posture · American made
- Multi-agency task forces that need one operating picture across departments without a shared tenant nobody controls.
- Agencies with a compliance office, who need to answer where data lives and what code is in the stack, in writing, before a review stalls.
- Operations where accountability is not optional, because every action, including the denials, is on an append-only record.
Is this CJIS compliant? No certification is claimed. The platform is designed toward the relevant controls, and the security posture states exactly what we address and what stays the agency's responsibility. Independent assessment comes before any claim.
Where does our data live? On agency-owned infrastructure, or a United States region of your choosing, behind your own reverse proxy. The platform does not require an outbound connection to a vendor cloud to function.
What does "American made" mean here? Every dependency is United States origin, permissively licensed, and recorded in a register that a build gate enforces. The details are in American made by construction.
Can it work with our existing GIS or radios? The mapping stack is in-house so it never requires a commercial license, and agencies that already run ArcGIS or similar can connect it. Integrations sit behind typed contracts.
Is the source available? The implementation is proprietary and maintained privately. This repository is the public capability and architecture reference.
Phase 2 build. Identity, authorization, location, assistance, audit, and mapping are implemented and tested. Not yet released for production caseload, and no live agency data is in use.
Pilot slots are open now, and early agencies shape the roadmap.
Omega Point Solutions LLC omegapointsolutions.com · crose@omegapointsolutions.com
Request a pilot for a technical walkthrough or procurement documentation.
Documentation repository. The implementation is proprietary and maintained privately.