Technology Encyclopedia Home >Tencent Lighthouse Launch DeepSeek-TUI, Auto-Deploy:Install Claude Code for DeepSeek

Tencent Lighthouse Launch DeepSeek-TUI, Auto-Deploy:Install Claude Code for DeepSeek

Overview

Tencent Cloud Lighthouse officially launches the DeepSeek-TUI application image. Lighthouse official website: https://www.tencentcloud.com/?lang=en&pg= As the DeepSeek version of Claude Code, DeepSeek-TUI can be automatically deployed and installed in one click using Lighthouse. Open the Tencent Cloud Lighthouse official website, click 【Buy Now】, select 【Use Application Template】 as the application creation method, and select 【DeepSeek TUI】 as the application image.


Tencent Cloud Lighthouse officially launches the DeepSeek-TUI application image. As the DeepSeek version of Claude Code, DeepSeek-TUI can be automatically deployed and installed in one click using Lighthouse. Open the Tencent Cloud Lighthouse official website, click 【Buy Now】, select 【Use Application Template】 as the application creation method, and select 【DeepSeek TUI】 as the application image, as shown below:

Tencent Cloud Lighthouse DeepSeek TUI image template

DeepSeek TUI image introduction: DeepSeek TUI is an open-source command-line intelligent agent based on the DeepSeek V4 series. It edits files, executes Shell commands, calls MCP servers, and respects your sandbox boundaries.

DeepSeek TUI template configuration information is shown in the table below:

Item Configuration
Version 0.8.20
Operating System Ubuntu Server 24.04 LTS 64bit
Recommended Memory ≥ 2GB
Recommended System Disk ≥ 30GB

DeepSeek-TUI has three built-in operating modes:

Mode Positioning Description
Plan (Plan Mode) Read-only analysis First let the AI produce a proposal, but do not make any actual changes
Agent (Agent Mode) Interactive approval The AI works, but each key operation waits for your confirmation
YOLO (Fully Automatic Mode) Automatic execution Give it batch tasks, authorize once, and let it run automatically to the end

You can also choose a discounted Lighthouse instance. Currently, Tencent Cloud's 2-core Lighthouse server starts from only USD 3 per month. Refer and try to grab one.

Steps to automatically deploy DeepSeek-TUI on Lighthouse

  1. First create a Lighthouse instance and select the 【DeepSeek-TUI】 image template. After the instance is created, click the “Log in” button in the console, use the browser-based remote desktop provided by Tencent Cloud or one-click SSH, then perform several steps in the command-line window:

  1. Run DeepSeek TUI. After logging in, execute the following command in the command line to launch DeepSeek TUI:
deepseek-tui

  1. Press 4 and select English.

  2. Configure the DeepSeek API KEY. Go to the DeepSeek official website, register and top up, then create an API KEY; (portal: https://platform.deepseek.com/api_keys) paste the API KEY into the terminal window.

  3. Continue to the next step, choose to trust the directory, and then you can enter the TUI interface.

A few quick-start actions after entering:

  • Plan Mode: Press Tab to switch to Plan Mode, then enter your question. The system will first analyze the project and generate a draft plan and task list, but it will not modify any code;
  • Agent Mode: Switch back to Agent Mode and hand the task over to it, allowing the AI to actually start working (for example, ask it to “help me create a complete unit test file in this project”). Each key operation will pause and wait for your confirmation;
  • YOLO Mode: In a highly trusted environment, switch to YOLO Mode with one click and let it run fully automatically to the end;
  • Quick Exit: Enter /quit or press Ctrl + C to exit safely.