Skip to content

OPEN SOURCE / ENGINEERING EVIDENCE

The code is visible. The limits are visible. The work is visible.

These are not decorative portfolio cards. The source, license, architecture, execution path and known limits are public. Their maturity is stated without inflating it.

2
active public projects
AGPL/MIT
open-license models
CLI/API/MCP
inspectable interfaces

01 / FLAGSHIP

VORMETRA Slice

ACTIVE DEVELOPMENT

Slicing and programmatic control for a large-format pellet/FGF manufacturing chain.

Engine + profiles: AGPLv3 · vera-control: MIT

It brings an OrcaSlicer-based C++ engine, VORMETRA G1000 machine profiles and the vera-control layer—which lets MCP, HTTP or Python clients drive the slicer—into one inspectable workspace.

What you can actually inspect

  • A 1000 × 1000 × 1000 mm G1000 profile with a real CLI slicing validation
  • A VORMETRA profile layer clearly separated from the OrcaSlicer C++ engine
  • HTTP API, MCP tools and direct Python import through one control bridge
  • Single-process locking, a lock file and HTTP 409 protection for heavy jobs

Uncalibrated values are not invented: the profile documentation marks them explicitly as TBD or reference starting points.

Inspect it locallygit clone https://github.com/mehmeterendereli/vormetra-slice.git

Software output path

  1. 3D MODEL
  2. C++ SLICER
  3. G1000 PROFILE
  4. G-CODE
  5. LINUXCNC

Programmatic control path

  1. CLIENT
  2. MCP · HTTP
  3. VERA CONTROL
  4. SLICER CLI

02 / FOCUSED UTILITY

SINGLE-SCRIPT WINDOWS UTILITY

OpenRelax PC Care

A no-install Windows maintenance utility built with PowerShell and WinForms, with explicit safety boundaries.

It combines temporary-file and application-cache cleanup, working-set optimization, tray operation, scheduling and system monitoring in one portable tool.

  • Cleanup and RAM work runs on a background thread, keeping the UI responsive
  • The -SelfTest mode performs a read-only scan without deleting anything
  • Prefetch, diagnostic logs and browser profiles/history are deliberately excluded
  • Startup, weekly tasks, system-tray operation and persistent usage statistics

MIT · PowerShell · Windows Forms

Try it without installationpowershell -NoProfile -ExecutionPolicy Bypass -File .\openrelax.ps1 -SelfTest

Execution flow

  1. 01SELECT
  2. 02SELF-TEST
  3. 03BACKGROUND
  4. 04REPORT

WORKING STANDARD

Open source is not decoration. It is inspectability.

A visitor should be able to follow the decisions and the implementation—not just read polished claims.

01

Inspectable architecture

Components, interfaces and dependency boundaries should be visible in the repository.

02

Reproducible start

Clone, run and test commands should be directly available.

03

Safety boundaries

What a system refuses to do, and when it stops, matters as much as features.

04

Honest maturity

Prototype, active development and production evidence must not be blurred together.

FROM CODE TO PRODUCT

Working on an integration, machine or production problem?

The source shows how I think. The real work is turning that thinking into a production result.