
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@aigne/cli
Advanced tools
Command-line tool for AIGNE Framework, providing convenient development and management capabilities.
@aigne/cli is the official command-line tool for AIGNE Framework, designed to simplify the development, testing, and deployment processes for AIGNE applications. It provides a series of useful commands to help developers quickly create projects, run agents, test code, and deploy applications.
npm install -g @aigne/cli
yarn global add @aigne/cli
pnpm add -g @aigne/cli
AIGNE CLI provides the following main commands:
# Display help information
aigne --help
# Create a new project
aigne create [path]
# Run an agent
aigne run --path xxx
# Run tests
aigne test --path xxx
# Start MCP server
aigne serve-mcp --path xxx
# Start observability server
aigne observe [option]
Create a new AIGNE project with agent configuration files.
# Create a project in the current directory (will prompt for project name)
aigne create
# Create a project at the specified path
aigne create my-project
The interactive creation process will ask for:
Launch a chat loop with the specified agent.
# Run the agent in the current directory
aigne run
# Run the agent at the specified path
aigne run --path path/to/agents
# Run the agent from a remote URL
aigne run --url https://example.com/aigne-project
# Run a specific agent
aigne run --entry-agent myAgent
Available options:
--entry-agent <entry-agent> - Specify the agent name to run (defaults to the first agent found)--cache-dir <dir> - Specify the directory to download the package to (used in URL mode)--model <provider[:model]> - Specify the AI model in format 'provider[:model]' where model is optional (e.g., 'openai' or 'openai:gpt-4o-mini')--verbose - Enable verbose loggingRun tests in the specified agents directory.
# Test the agents in the current directory
aigne test
# Test the agents at the specified path
aigne test path/to/agents
Serve the agents in the specified directory as a MCP server.
# Start MCP server on default port 3000
aigne serve-mcp
# Start MCP server on specified port
aigne serve-mcp --port 3001
# Start MCP server for agents at specified path
aigne serve-mcp --path path/to/agents
Start the service for monitoring data
# Start observability server on default port 7890
aigne observe
# Start observability server on specified port
aigne observe --port 3001
Elastic-2.0
FAQs
Your command center for agent development
The npm package @aigne/cli receives a total of 1,665 weekly downloads. As such, @aigne/cli popularity was classified as popular.
We found that @aigne/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.