Skip to content

Build and Deploy a Copper Application

Guillaume Binet edited this page Jul 31, 2025 · 2 revisions

Here is a quick illustration of how to build and deploy a Copper application.

Copper Deployment illustration

At compile time, cargo build or cargo build -r will generate 3 artifacts.

  1. the actual binary that will run on the target.
  2. a log reader that will allow you to read the logs generated by your robots.
  3. a string index directory that will be necessary to reconstruct the log strings from the copper binary log file.
Clone this wiki locally