One engine. Three distributions.
Trekport ships as a desktop application, a command-line interface, and a web console. The conversion engine is identical across all three. The output is identical across all three. Pick the surface that fits the team.
Trekport Studio. The desktop application.
Trekport Studio is a native desktop application for macOS, Windows, and Linux. It runs locally. It talks only to your source and target databases. No data leaves your network. No telemetry by default.
- Catalog browser. Walk every Oracle object before a single statement runs.
- Conversion preview. See the converted PostgreSQL alongside the Oracle source.
- Deployment runner. Execute the 14-phase orchestrator with per-phase progress.
- Error inspector. Open any failure, see its classifier bucket and fix path.
- Report export. Generate HTML, PDF, and CSV reports for change-management review.

Trekport CLI. The headless workflow.
The command-line interface delivers the same engine without the UI. It runs in any Unix-like environment, including CI pipelines, scheduled jobs, and scripted runs. Four primary commands. Composable output. Exit codes that mean something.
trekport extractPull the catalog from a source Oracle into a portable artifact.trekport convertTranslate every catalog object into PostgreSQL output, deterministically.trekport deployRun the dependency-ordered 14-phase deployer against a target database.trekport validateVerify row counts, checksums, and sample-row equivalence after data load.
$ trekport extract --source oracle://prod.db --out catalog/ catalog: 32,914 objects extracted in 4m 12s schemas: 61 tables: 7,812 packages: 1,206 $ trekport convert --in catalog/ --out converted/ converted: 32,914 / 32,914 (100.0%) out-of-scope: 41 (reported) $ trekport deploy --target postgres://prod.pg --in converted/ phase 1/14 types deployed phase 2/14 sequences deployed phase 3/14 tables deployed ... phase 14/14 foreign-keys deployed $ trekport validate --target postgres://prod.pg rows: matched 1,408,221,094 / 1,408,221,094 schemas: matched 61 / 61 status: PASS
Trekport Console. The web surface.
Trekport Console is the browser-delivered version of the same engine, for teams that prefer not to install software. Multi-user by design, with role-based access and an approval queue baked in. Same conversions. Same orchestrator. Same air-gapped guarantees when self-hosted.
app.trekport.sh
Ready when the launch wave opens?
Trekport opens to qualified teams in stages. Reserve your place to receive evaluation terms, the first download link, and onboarding from a Trekport engineer when your wave opens.
Reserve priority access
