Terminator: Getting Started
installation
first, clone the terminator repository:
running the server
terminator works with a client-server architecture. you need to run the rust server first. this server listens for commands from the sdk (typescript, python) and interacts with the operating system’s accessibility apis.
the --debug
flag enables verbose logging, which is helpful when starting out.
run an example client (in another terminal):
next steps
- explore the sdk references (TypeScript, Python) to understand all available commands.
- look at the
examples/
directory for more usage patterns. - start building your own automation scripts!
Was this page helpful?