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:wl-clipboard, otherwise it will try xclip then xsel.
Using Symbiotic Code in a Docker container
- Download the script and Dockerfile here
- Unzip the file
- Launch Docker Desktop
- Make the script executable:
- Run the script:
- You are now inside the container and can run the
symbioticcommand 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:443llm-proxy.symbioticsec.ai:443
- 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:- Node.js — Ensures Node.js is installed (v14+ recommended)
- npm — Verifies npm is available
- Global install permissions — Tests ability to install global npm packages
- Execution policy (Windows only) — Checks PowerShell execution policy
- Proxy configuration — Displays current proxy settings
- npm registry access — Tests connectivity to
registry.npmjs.org:443 - Required endpoints — Tests connectivity to:
api.symbioticsec.ai:443llm-proxy.symbioticsec.ai:443
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.