Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to achieve local private deployment with Eigent? What are the exact steps?

2025-08-19 247

The following key steps need to be followed to deploy Eigent locally:

  1. environmental preparation: Install Node.js (≥v16) and npm, 16GB or more of RAM is recommended, and use NVIDIA GPUs that can accelerate model inference (e.g. RTX 3060).
  2. Get Code: Cloning repositories via Git:git clone https://github.com/eigent-ai/eigent.git, enter the project catalog.
  3. Dependent Installation: Implementationnpm installInstall front-end and back-end dependencies, including the React front-end framework and FastAPI back-end services.
  4. launch an application: Runnpm run devAfter that, the browser accesses thehttp://localhost:5173You can access the interface.
  5. Model Configuration: inconfig.yamlSpecify the local model path (e.g.model_path: "/path/to/local/model") or set the cloud API key.

After the deployment is complete, theeigent run --localcommands ensure that all data processing is done locally. This model is particularly suitable for scenarios that require strict data compliance, such as healthcare and finance, and supports completely offline operation.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish