Skip to main content

Quick reference


Installation issues

Windows

If you have trouble installing Symbiotic Code on PowerShell, try launching the install command with Git Bash, which you can download here. If the issue is related to PowerShell execution policy, run PowerShell as Administrator and execute:

Permission denied (macOS/Linux)

If you get a permission error when installing globally:

Platform-specific issues

Copy/paste not working on Linux

Linux users need one of the following clipboard utilities installed for copy/paste to work. X11 systems:
Wayland systems:
Headless environments:
Symbiotic Code will detect if you’re using Wayland and prefer wl-clipboard, otherwise it will try xclip then xsel.

Using Symbiotic Code in a Docker container

  1. Download the script and Dockerfile here
  2. Unzip the file
  3. Launch Docker Desktop
  4. Make the script executable:
  1. Run the script:
  1. You are now inside the container and can run the symbiotic command to launch the coding agent.

Network and connectivity

If you’re behind a corporate firewall or proxy, you may need to allowlist the following domains for Symbiotic Code to connect to the API:
  • api.symbioticsec.ai:443
  • llm-proxy.symbioticsec.ai:443
Proxy configuration: If behind a corporate proxy, configure npm:
npm registry blocked: If the npm registry is inaccessible:
  • Check proxy settings: npm config get proxy
  • Verify your firewall allows access to registry.npmjs.org:443
  • Contact IT to whitelist the npm registry

Health check script

Run the following command to verify that your system is ready for Symbiotic Code:
The script checks:
  1. Node.js — Ensures Node.js is installed (v14+ recommended)
  2. npm — Verifies npm is available
  3. Global install permissions — Tests ability to install global npm packages
  4. Execution policy (Windows only) — Checks PowerShell execution policy
  5. Proxy configuration — Displays current proxy settings
  6. npm registry access — Tests connectivity to registry.npmjs.org:443
  7. Required endpoints — Tests connectivity to:
    • api.symbioticsec.ai:443
    • llm-proxy.symbioticsec.ai:443
Once all checks pass, install with:
If issues persist, save the health check output and contact support:

Need help?

Contact us using the dedicated Slack channel or email us at support@symbioticsec.ai with your health check results, OS version, and network environment.