Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mylaude

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mylaude

Artemis — AI assistant CLI by www.420.company

latest
npmnpm
Version
0.6.33
Version published
Maintainers
1
Created
Source

Artemis — AI assistant CLI by www.420.company

Artemis is a CLI AI assistant that supports multiple AI models and provides an interactive chat interface with Vibe Coding capabilities.

Features

  • Multiple AI Models: Support for OpenAI, Claude, and other models
  • Vibe Coding: Intelligent code generation with context awareness
  • Real-time Search: Wikipedia and DuckDuckGo search integration without API key configuration
  • Conversation Context: Maintains conversation history and context
  • User Preferences: Customizable user profile and model preferences
  • Batch Mode: Run scripts and workflows from files

Installation

npm install -g artemis

Usage

Start a Chat Session

artemis chat --model <model-name> --api-key <api-key>

Command-line Options

  • --model: AI model to use (e.g., gpt-4, claude-3)
  • --api-key: API key for the selected model
  • --file: Run a script file in batch mode
  • --batch: Enable batch processing mode
  • --version: Show version information
  • --help: Show help information

Search Functionality

Artemis supports real-time search capabilities:

Direct Wikipedia API access with no API key required.

Web search using DuckDuckGo's HTML interface with no API key required.

Auto-detect Backend

Automatically detects available search backends and falls back to Wikipedia if DuckDuckGo fails.

Vibe Coding

Vibe Coding is Artemis's intelligent code generation feature. It supports:

  • Function calling
  • Code review
  • Design generation
  • Architecture planning

Configuration

Configuration is stored in ~/.config/artemis/config.json. You can customize:

  • Default model
  • API key storage
  • Search backend preferences
  • User profile information

Development

To develop Artemis locally:

  • Clone the repository
  • Install dependencies: npm install
  • Build the project: npm run build
  • Run tests: npm run test

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see LICENSE file for details

Keywords

ai

FAQs

Package last updated on 23 Apr 2026

Did you know?

Socket

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.

Install

Related posts