Take-off
ato
code.
Download it here: https://www.cursor.com/
Once you have VSCode/Cursor just install the atopile VSCode/Cursor extension.
ato
CLI. Click the Install Automatically
button.
(Experimental) MCP server
Ctrl+Shift+P
and search for atopile: Open Example
.
ato menu bar
to appear:
ato add
to install them.ato
code.ato build
to compile your project, choose components to suit your design, and update your layout (PCB) file.demo.ato
- your atopile source file - this is where you write your atopile codedefault.kicad_pcb
- the layout file - this is the “board” file that looks like a PCB, and you can order fromato.yaml
- atopile’s configuration file - this file is how atopile knows this is a project and what to do when you run ato build
demo.ato
(of whatever you’ve named your source file) with this code.
To build it, run:
--open
flag does).
Your shiny ✨ new component should be waiting for you in the top left corner (possibly off the current screen).
ato
CLI and compiler set up and working