From a50e5822039639c7a02af85418fcac6574a9a35d Mon Sep 17 00:00:00 2001 From: p7mj Date: Tue, 21 Apr 2026 15:17:55 -0400 Subject: [PATCH] init --- .gitignore | 1 + README.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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