Quickstart
This quickstart is intended for intermediate to advanced developers. It only gets you up and running with Actyx. For a gentler intro to Actyx, head to the Chat Tutorial.
Before starting, make sure you have git and Node.js installed on your computer.
- Install and start Actyx on your computer
- Windows
- Linux
- macOS
- Download Actyx for Windows
- Double click and run through the installer
- Start Actyx via the Start Menu; a tray icon will appear
- Download Actyx for Linux (64 bit, ARM 64 bit)
- Open a terminal, navigate to your downloads folder and run the following command
chmod +x actyxos-linux; ./actyxos-linux
- Download Actyx for Mac
- Open a terminal and run the following command
cd ~/Downloads; chmod +x actyxos-mac; ./actyxos-mac
- Now download and set up the quickstart project by running
npm init actyx quickstart
- Once the set up is done, navigate into the
quickstart
directory and run it withnpm run start
If you see messages starting with "Hello" pop up, everything is working! Press Ctrl+C to shutdown the process.
Error ECONNREFUSED 127.0.0.1:4243
If you get this error please double-check that Actyx is actually running on your computer.
- Now you are ready to start programming on Actyx
Try editing the code in the index.ts
file. Then save your changes and restart the node process.
#
What's next?- Build an end-to-end system by following the advanced tutorial
- Figure out how to build on Actyx with practical how-to guides
- Learn about the fundamentals by reading the conceptual guides
Need help?
If you have any issues, you are welcome to post in the Community Forum or join our Discord chat.