eunomia
Eunomia is the open-source authorization layer for AI Agents
File Explorer
Download Latest Version (.zip)- cd.yml
- ci.yml
- index.md
- schemas.md
- index.md
- langchain.md
- mcp.md
- api.md
- index.md
- index.md
- python.md
- typescript.md
- index.md
- logo-owl-dark.png
- logo-owl.png
- schema.png
- contribute.md
- index.md
- license.md
- as-proxy.md
- centralized-pdp.md
- logging.md
- authentication.md
- index.md
- policies.md
- quickstart.md
- home.html
- index.md
- issue_passport.md
- index.md
- register_entities.md
- update_delete_entities.md
- index.md
- check_permissions.md
- create_policies.md
- index.md
- run_server.md
- index.md
- installation.md
- quickstart.md
- extra.css
- index.md
- allow_category.rego
- example_authorized_rag.py
- README.md
- requirements.txt
- allow_tool.rego
- index.ts
- README.md
- mcp_policies.json
- planetary_weather.py
- README.md
- requirements.txt
- main.py
- main_authz.py
- mcp_policies.json
- README.md
- allow_query.rego
- example_parental_control.py
- README.md
- requirements.txt
- __init__.py
- entity.py
- policy.py
- __init__.py
- check.py
- entity.py
- passport.py
- policy.py
- __init__.py
- utils.py
- pyproject.toml
- README.md
- __init__.py
- document_loader.py
- retriever.py
- pyproject.toml
- README.md
- __init__.py
- main.py
- utils.py
- __init__.py
- bridge.py
- middleware.py
- schemas.py
- utils.py
- 001_list_execute_tools.json
- 002_agent.json
- pyproject.toml
- README.md
- example_usage.py
- __init__.py
- client.py
- pyproject.toml
- README.md
- example-usage.ts
- tsconfig.json
- client.ts
- enums.ts
- index.ts
- schemas.ts
- eslint.config.js
- package-lock.json
- package.json
- README.md
- tsconfig.json
- __init__.py
- dependencies.py
- main.py
- routers.py
- __init__.py
- crud.py
- db.py
- models.py
- __init__.py
- engine.py
- evaluator.py
- router.py
- utils.py
- __init__.py
- main.py
- router.py
- __init__.py
- crud.py
- db.py
- models.py
- __init__.py
- main.py
- router.py
- __init__.py
- base.py
- factory.py
- __init__.py
- main.py
- router.py
- __init__.py
- batch_processor.py
- __init__.py
- cli.py
- config.py
- conftest.py
- test_db.py
- test_engine.py
- test_evaluator.py
- test_integration.py
- test_utils.py
- conftest.py
- test_passport_main.py
- conftest.py
- test_registry_main.py
- conftest.py
- test_factory.py
- test_batch_processor.py
- conftest.py
- test_check_schemas.py
- test_core_utils.py
- test_entity_schemas.py
- test_passport_schemas.py
- test_policy_schemas.py
- conftest.py
- test_cli_main.py
- test_cli_utils.py
- test_middleware.py
- test_middleware_utils.py
- .gitignore
- .python-version
- Dockerfile
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/whataboutyou-ai/eunomia
Downloads the entire project code from GitHub to your computer.
cd eunomia
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker run -d -p 8421:8421 --name eunomia ttommitt/eunomia-server:latest
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd pkgs/sdks/typescript
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
