Skip to main content

Download CNStra DevTools

Desktop application for debugging and monitoring CNStra applications.

Features

  • Server Manager: Start/stop DevTools servers on custom ports
  • Live Monitoring: Real-time view of stimulations, responses, and neural network topology
  • Multi-Instance: Connect to multiple applications simultaneously
  • Cross-Platform: Available for macOS, Windows, and Linux

Installation

Usage

  1. Launch CNStra DevTools
  2. Click "Start Server" to spawn a DevTools server (default port: 8080)
  3. In your application, configure DevTools transport:
import { CNSDevToolsTransportWs } from '@cnstra/devtools-transport-ws';

const transport = new CNSDevToolsTransportWs({
url: 'ws://localhost:8080'
});
  1. Click "Open Panel" in the manager to view your application's neural network

All Releases

View all versions and release notes on GitHub Releases.