Skip to content

IniZio/nexus

 
 

Repository files navigation

Nexus

Nexus is a remote workspace platform. The daemon runs on a Linux host; a Mac CLI controls it over an SSH tunnel.

Components

Component Package Description
Workspace Daemon + CLI packages/nexus Go daemon (remote host) + full CLI (local)
Workspace SDK packages/sdk/js TypeScript SDK for programmatic workspace control

Quick Start

# Connect CLI to remote daemon
nexus daemon connect newman@linuxbox --port 7777

# Create and start a workspace
nexus workspace create
nexus workspace start <workspace-id>

# Forward workspace ports to local machine
nexus spotlight start <workspace-id>

Build from Source

cd packages/nexus
go build ./cmd/nexus/...

Docs

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 62.9%
  • Swift 24.5%
  • TypeScript 5.3%
  • Shell 4.4%
  • JavaScript 2.0%
  • Python 0.9%