A unified OS-like runtime for all AI development tools.
End port hell forever.
AI coding tools frequently cause chaos in your local environment
Multiple AI agents fight over ports 3000-3999, causing random failures
Background servers left running, consuming resources indefinitely
Tokens and secrets scattered across tools with no central management
The first piece of Gosiki OS - end port conflicts forever
Automatically find and allocate available ports
Track allocated ports in ~/.gosiki-os/port-registry.json
Free up allocated ports when you're done
View all currently allocated ports with metadata
npm install @gosiki-os/port-manager
# Acquire a port
npx @gosiki-os/port-manager 3000
# Release a port
npx @gosiki-os/port-manager --release 3001
# List all allocations
npx @gosiki-os/port-manager --list
# Show help
npx @gosiki-os/port-manager --help
import { acquirePort, releasePort, listAllocations } from '@gosiki-os/port-manager';
// Acquire a port
const port = await acquirePort(3000);
console.log(`Using port ${port}`);
// Release a port
await releasePort(port);
// List all allocations
const allocations = await listAllocations();
You MUST run this in Claude Code Terminal (VS Code).
Browser-based AI environments cannot access your local OS.
Building the future of AI-assisted development
✅ Available Now (v0.1.0)
Q1 2026
Q2-Q3 2026
Q4 2026
Start using Gosiki OS Port Manager today