- arc is a command prompt like terminal.
- Yeah it's just a bit more customizable command prompt.
- I'm building arc as an execution engine for my personal AI assistant WINTER.
I started working on AOs as a hobby project back in 2020. Originally the project was written in Python but then I shifted the project to C#. I worked on AOs as to better learn C# programming language or just do some time pass.
Now I'm rewriting AOs in C++ and I've actually renamed it to arc. I don't know why but it sounds cool.
The old repository is https://github.com/SrijanSriv211/AOs
arc is officially untested on other development environments whilst I focus on a Windows build, but you can modify it to work cross-platform.
You need to install the following on your machine.
1. Downloading the repository:
Start by cloning the repository with git clone --recursive https://github.com/SrijanSriv211/arc
.
If the repository was cloned non-recursively previously, use git submodule update --init --recursive
to clone the necessary submodules.
2. Running and Compiling arc:
- Run the program:
scripts\build run
- Compile the program:
scripts\build