> For the complete documentation index, see [llms.txt](https://docs.anthriq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anthriq.com/bxi-studio/faq.md).

# FAQ

### Which operating systems does BXI Studio support?

BXI Studio supports Windows 10 and later, macOS 12 (Monterey) and later, and Ubuntu 20.04 LTS and later. Other Linux distributions may work but are not officially supported or tested.

### Does BXI Studio require an internet connection to run?

No. BXI Studio operates fully offline after installation and license activation. An internet connection is used only for license validation on first activation and checking for software updates.

### How do I export recordings to open formats?

Export sessions to HDF5, CSV, or EDF via **File > Export Session**. Use the Python SDK or the REST API `/sessions/{id}/export` endpoint for programmatic export. The original `.bxi` session file is preserved — exports do not overwrite source data.

### Can BXI Studio run on a virtual machine?

BXI Studio runs on virtual machines for non-acquisition tasks (configuration, analysis, API development). USB passthrough is required for USB-connected hardware devices. Ethernet-connected devices work in VMs with bridged network adapters. High-channel-count acquisition on a VM is not recommended due to scheduling latency.

### What is the plugin API surface?

BXI Studio plugins are Python 3.10+ packages that implement the `BxiPlugin` base class from the plugin SDK. Plugins receive real-time frame callbacks, can emit processed data streams, and can add panels to the BXI Studio UI. Contact your account representative for the plugin SDK and its API documentation.

### Where can I find regulatory certifications and compliance documents?

For certifications, compliance declarations, and warranty terms, contact <support@anthriq.com>.
