Sudo-Ivan 12e3cf9354
All checks were successful
CI / scan-backend (push) Successful in 12s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 9m22s
CI / build-frontend (push) Successful in 9m37s
CI / build-backend (push) Successful in 9m28s
Fix SBOM workflow by adding ref parameter for checkout and ensuring push to master branch
2025-12-29 16:12:46 -06:00
2025-12-29 20:25:57 +00:00
2025-12-25 04:58:56 +00:00
2025-12-29 13:11:17 -06:00
2025-12-26 21:18:41 -06:00
2025-12-24 18:43:08 -06:00
2025-12-24 18:43:08 -06:00
2025-12-29 14:25:24 -06:00
2025-12-29 11:33:03 -06:00
2025-12-29 11:32:46 -06:00
2025-12-29 14:25:31 -06:00
2025-12-24 18:43:08 -06:00
2025-12-29 13:51:47 -06:00
2025-12-24 18:43:08 -06:00

Quad4 Linking Tool

A web linking tool for mapping relationships between entities.

showcase image

Desktop apps for Windows, macOS, and Linux are coming soon...

Quick Start

Using the Binary

  1. Build the binary:
task build
  1. Run the server:
./bin/linking-tool --port 8080
  1. Open your browser at http://localhost:8080

Using Docker

docker run -p 8080:8080 git.quad4.io/quad4-software/linking-tool

Then open your browser at http://localhost:8080

Features

  • Interactive graph visualization
  • Multiple entity types (person, email, phone, address, domain, org, IP, social)
  • Auto-save to IndexedDB
  • Import/Export JSON
  • Share link via base64 for smaller graphs
  • Undo/Redo support
  • PWA support (installable, offline-capable)
  • Native desktop app support (via Wails)
  • Single-binary lightweight web server
  • Support for 32-bit and 64-bit architectures (runs on old Raspberry Pi Zero W)

Installation Options

Self-Hosted Web Server

The easiest way to self-host is using the single binary:

task build
./bin/linking-tool --port 8080

The binary will be located in bin/ after building.

Desktop Application

Build the desktop application for your platform:

task desktop-build

The binary will be located in bin/ after building.

Development

Prerequisites

  • Go 1.25.5
  • Node.js
  • pnpm
  • Wails (for desktop app development)

Setup

git clone https://git.quad4.io/quad4-software/linking-tool.git
cd linking-tool
pnpm install

Taskfile

The project uses a Taskfile for all development tasks.

Common tasks:

task dev           # Run development servers (Go & SvelteKit)
task build         # Build the single binary web server
task desktop-build # Build the desktop application
task               # List all available tasks

Contributing

Send us an email at team@quad4.io for any issues or feedback.

License

BSD 3-Clause

Description
A client-side web linking tool for mapping relationships between entities.
https://linking.quad4.io/ Readme BSD-3-Clause 1.5 MiB
v1.6.0 Latest
2026-01-01 07:46:34 +00:00
Languages
Svelte 77.5%
TypeScript 11.5%
Go 4.2%
JavaScript 3.4%
Nix 1.3%
Other 2.1%