Welcome to the Alice System. All Systems in the Alice Project include the Anov Syntax and the Anproj file format.
Below are the official recommendations on how to do this.
And then, you can also use tools created by therd-parties.
Alice Novel#
The Alice Novel is the greatest tool created by the Alice Project.
Installation#
Microsoft Store version is here:

ZIP version is here:
- Access to https://github.com/AliceNovel/AliceNovel/releases/latest
- Scroll down and download
<os>-ci-build.zip
in the Assets
section - Unarchive the ZIP file
Then, you can use the executable file.
How to use#
You can read .anproj
file with it. You can’t read .anov
file for now.
Alice Console#
The Alice Console is useful CLI tool created by the Alice Project.
Installation#
- Access to https://github.com/AliceNovel/AliceConsole/releases/latest
- Scroll down and download
<os>-<architecture>.zip
in the Assets
section - Unarchive the ZIP file
After add permission to it, you can use the command.
How to use#
You can read .anov
file with it.
# e.g.
./AliceConsole main.anov
Aqua Notes (beta)#
The Aqua Notes is useful web-based development tool created by the Alice Project.
Installation#
Install is not necessary. If you want to install it, you can search about PWA.
How to use#
- Access to https://alicenovel.github.io/AquaNotes/
- Open
Reader
page from left-bar - Write Anov Syntax in the textbox
- Push
Submit
button when you finished write it
Then, push ReadAll
button, system reads it.