diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f166ed --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +isiap/ \ No newline at end of file diff --git a/README.md b/README.md index 154983b..8ae78f8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # ISAIP-1 -Integrated Secure Artificially Intelligent Platform 1 \ No newline at end of file +## Introduction + +**Integrated Secure Artificially Intelligent Platform 1** is an artificially +intelligent workspace similar to Claude Code. However, there are many +distinctions: + +1. It directly connects to the terminal by default, and every command is treated as a bash command; +2. It is completely local, and uses your machine's processing power; +3. It is only compatible with Linux at this point. + +It is designed to appeal to Linux users and is designed to be a powerful yet fully functional and secure alternative to the native terminal. + +## Modes