Features

If you candescribeit,you can sequence it.

The pitch

Seqtrix is a visual automation builder and a full security suite living in one Windows app. Drag actions onto a canvas, wire up the triggers, then let your machine handle the rest - opening apps, encrypting files, the whole thing.

Under the hood

The core is a drag-and-drop canvas where you compose sequences from 13 action types. Chain workflow steps with security primitives, drop in conditional logic, and fire the whole thing with a hotkey, schedule, or any system event.

13 actions6 triggers8 ring slotsAES-256-GCMzero telemetry
BWLDVTWDWTSANFRE
Mini Mode

Always on top. Zero context switching.

A floating ring that lives above all windows. Eight sequence slots arranged in a circle - hover to expand, click to fire. Your most-used automations are always one click away without leaving your current app.

  • 8 sequence slots
    Assign your most-used sequences to the ring
  • Hover to expand
    Ring expands on hover, collapses when you leave
  • 3 themes + custom colors
    Match your desktop aesthetic
  • Opacity & size controls
    Tune visibility to your preference
Master Mode

One password. Total lockdown.

Master Mode protects sensitive sequences and encrypted files behind a single master password. When locked, protected sequences vanish from every view. When unlocked, a countdown timer ensures the vault re-locks automatically.

  • Auto-lock timer
    Fixed countdown from unlock (5, 10, 15, 30, 60 min or never). Ticks synchronously across all pages.
  • Invisible when locked
    Protected sequences disappear from all lists, schedules, and quick-run - not just hidden, gone.
  • Auto-protect on create
    Any sequence created while Master Mode is ON is automatically master-protected.
  • .seqlock vault files
    Encrypted items become opaque vault files that only Seqtrix can open with the master password.
Master Mode ON15:00
Protected sequences visible
Vault Tax documentsProtected
Encrypt client NDAProtected
Lock dev credentialsProtected
Auto-lock timeout15 min
5m10m15m30m1hOff
1

Set master password

Open Settings (Ctrl + ,) → Security → Set master password. Minimum 6 characters.

2

Toggle Master Mode

Click the Master Mode button on the home screen. Enter your password to unlock.

3

Auto-locks on idle

The vault re-locks after your configured timeout. Default is 15 minutes.

Cross-device Sync

Your sequences, everywhere.

Sign in once and your sequences, templates, and settings sync across every machine. Edit on your desktop, fire from your laptop. Encrypted in transit and at rest - your automation library follows you.

  • Real-time sync
    Changes propagate instantly across devices
  • End-to-end encrypted
    Your sequences are encrypted before leaving the device
  • Offline-first
    Works without internet, syncs when reconnected
  • Selective sync
    Choose which sequences sync and which stay local
Desktop
Seqtrix
In sync
Laptop
Seqtrix
Import & Export

Share sequences. Restore from anywhere.

Load sequences from .seqshare or .json files. Restore from backups, load sequences shared by others, or import sequences downloaded from your cloud account.

When to use import

  • You exported a sequence earlier and want to restore it on this or another machine
  • Someone shared a .seqshare file with you
  • You downloaded a sequence backup from your cloud account
  • You want to create a sequence directly from a JSON file without using the editor UI

Accepted file types

.seqshareRecommended

Native Seqtrix format with versioning and metadata. Created by the Export function.

.json

Standard JSON following the seqshare envelope schema. Same structure, different extension.

Expected file structure

example.seqshareJSON
{
  "format": "seqshare",
  "format_version": 1,
  "created_at": "2025-01-15T10:00:00Z",
  "app_version": "3.2.0",
  "payload": {
    "name": "My Sequence",
    "sequence_type": "automation",
    "actions": [
      {
        "id": "a1b2c3",
        "type": "open_app",
        "label": "Open Notepad",
        "props": { "target": "notepad.exe" }
      }
    ]
  }
}
Schedules & Triggers

Six ways to fire a sequence.

Run sequences on a timer, on a hotkey, when a file changes, when an app opens, or when your system goes idle. Combine multiple triggers on a single sequence for maximum flexibility.

One-shot

Run once at a specific date and time.

Dec 31, 11:59 PM

Cron

Recurring - hourly, daily, weekly, monthly, or custom cron expression.

0 9 * * MON-FRI

App Launch/Close

Fire when a specific application starts or closes.

On Slack.exe start

Hotkey

Global keyboard shortcut trigger from anywhere.

Ctrl+Shift+F9

File Watch

Fire on file create, modify, or delete events.

~/Downloads/*.pdf

System Event

Login, idle detection, or return from idle.

On idle > 5 min
Seqtrix - Schedules
-

Schedules

No events today

MonthWeek
<Today>May 2026
MON
TUE
WED
THU
FRI
SAT
SUN
1
10:48 PM cmd c...
2
01:38 AM test p...
3
09:00 AM standup
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
30
31

When to use which trigger

Triggers aren't interchangeable - each one matches a different shape of work. Pick by intent, not by what's available.

One-shot

A non-recurring deadline. Birthday reminders, scheduled releases, year-end maintenance.

  • Run a payroll script at 11:59 PM on the 28th
  • Send a "go live" sequence at launch time
  • Encrypt + archive a folder before a flight
Cron

Anything that repeats on a clock. The full 5-field cron syntax is supported plus presets for hourly / daily / weekly / monthly.

  • Daily backup at 9 AM weekdays
  • Hourly health check during work hours
  • Monthly invoice generation
App Launch/Close

Workflow side-effects you want to fire automatically. Mode-switching, automatic prep, automatic cleanup.

  • When Slack opens → set focus mode + dismiss notifications
  • When OBS opens → close Discord, Slack, browsers
  • When VS Code closes → commit + push current branch
Hotkey

On-demand sequences you fire many times per day from anywhere. Mode switches, snippet typing, instant routines.

  • Ctrl+Shift+1 → deep-work mode
  • Ctrl+Shift+F9 → encrypt folder + lock screen
  • F13 → type your email signature
File Watch

Pipeline-style automations triggered by filesystem events. Downloads, exports, generated reports.

  • New PDF in ~/Downloads → move to Invoices + open
  • Screenshot saved → upload to cloud + copy URL
  • Build artifact updated → deploy to staging
System Event

Routines tied to user presence. Start-of-day, end-of-day, away-from-keyboard hygiene.

  • On login → open Chrome + Slack + VS Code
  • On idle > 5 min → lock sensitive folders + pause music
  • On screen unlock → resume music + reopen comms

Cron syntax - quick reference

Standard 5-field cron: minute hour day-of-month month day-of-week. Ranges, lists, and step values all work.

ExpressionMeaning
0 9 * * MON-FRIEvery weekday at 9:00 AM
*/15 * * * *Every 15 minutes
0 0 * * 0Every Sunday at midnight
0 9-17 * * 1-5Every hour from 9 AM to 5 PM on weekdays
0 9 1 * *First of every month at 9 AM
30 7 * * *Every day at 7:30 AM

When your PC was off

Every schedule picks its own missed-run policy. Backup-style sequences usually want "Run once"; notifications usually want "Skip".

Skip

Forget missed runs entirely. The next scheduled occurrence runs as usual. Right for notifications and time-sensitive reminders.

Run once (default)

Catch up exactly one missed run on next wake. Right for backups, syncs, and anything where you want the side-effect once but not N times.

Run all

Replay every missed run in order. Right for accounting / audit pipelines where each occurrence matters individually.

Notifications + audit log

Every schedule keeps a per-run execution log - timestamp, outcome (completed / failed / skipped), and a per-step trace for failures. Open any schedule's edit panel to scroll through the last runs and click any failed entry to inspect the failing step.

Optional OS toast notification fires when a schedule starts or completes - a quiet confirmation that the 3 AM backup ran without you being awake to watch it. Toggle per schedule; off by default for chatty cron jobs.

Seqtrix
U
Command Library60+ curated commands · one-click insert
Ctrl L
Network & DNS · 12 commands
ipconfig /flushdns
Clear local DNS resolver cache
+ Insert
ipconfig /release && /renew
Drop & re-acquire DHCP lease
Copy
cleanmgr /sagerun:1
Run scheduled Disk Cleanup pass
Copy
Get-Process | Sort CPU
Top processes by CPU
Copy
robocopy /MIR /Z
Mirror copy with retry-on-network
Copy
manage-bde -status
Inspect BitLocker volume state
Copy
taskkill /IM chrome.exe /F
Force-kill all Chrome instances
Copy
powercfg /batteryreport
Generate battery health HTML report
Copy
netsh wlan show profiles
List saved Wi-Fi networks
Copy
nslookup seqtrix.com
DNS lookup for a domain
Copy
Command Library · New

The commands you always forget.

ipconfig /flushdns. manage-bde -status. robocopy /MIR. Sixty-plus curated, hard-to-remember Windows commands, organised by intent. Search by what you want, not what it's called. One click drops it into the active Run-Command step.

Every command includes a plain-English description so you can search by what you want to do, not what the syntax looks like. Open the library with Ctrl+L inside any Run Command action step, pick a command, and it inserts directly into your sequence. No copy-pasting from Stack Overflow, no memorising flags.

System & CleanupNetwork & DNSProcesses & ServicesFiles & BackupPowerShell UtilitiesWeb & URLsSecurity & Privacy
Compare

How Seqtrix stacks up against the alternatives.

Seqtrix replaces multiple tools with one app. Here's how it compares to the most popular automation and productivity tools on Windows.

Ready to automate everything?

Download Seqtrix for free. Build your first sequence in under a minute.