Skip to content
View iwen-conf's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report iwen-conf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iwen-conf/README.md

// whoami
package main

type Engineer struct {
    Name     string
    Focus    []string
    Building []string
    Motto    string
}

var iwen = Engineer{
    Name:  "iwen",
    Focus: []string{"Systems Programming", "AI Toolchain", "Infrastructure"},
    Building: []string{
        "HyperCode   — AI-powered code orchestration engine",
        "dipt        — Docker image puller without Docker daemon",
        "apifox-mcp  — MCP server for API management",
        "Kaku        — GPU-accelerated terminal emulator (Rust)",
        "BanyanHub   — Enterprise release management platform",
    },
    Motto: "精简高效,毫无冗余",
}

⚡ Tech Arsenal

Systems & Backend

Go Rust Swift Python

Frontend

TypeScript Vue React SolidJS

Infra & Cloud

Docker Cloudflare SQLite PostgreSQL

AI & Tools

Claude MCP Dagger libp2p


🔥 Featured Projects

无需 Docker 的镜像拉取工具。 直接从 Registry 拉取镜像并保存为 tar,支持跨平台和离线部署。TUI 交互界面,多架构支持。

Apifox MCP 服务器。 让 Claude 等 AI 助手通过自然语言管理 API 项目,无缝衔接 AI 工作流与 API 设计。

数据库自助服务平台。 全自动化数据库实例分配,几秒内获得完全配置好的 MySQL 实例。面向教育机构和开发团队。

HyperCode WIP

AI 代码编排引擎。 Orchestrator 驱动的代码执行闭环 — 任务接入、候选生成、评审决策、沙箱验证、结构化工件产出。


📊 GitHub Stats



github-snake



"精简高效,毫无冗余。"

Pinned Loading

  1. dipt dipt Public

    一个使用 Go 编写的命令行工具,允许您在 无需安装 Docker 的情况下,拉取 Docker 镜像并将其保存为 .tar 文件。支持指定目标操作系统和架构,方便跨平台和离线环境部署。

    Go 31 4

  2. DormDB DormDB Public

    DormDB (Database on Request Management Database) 是一个专为教育机构、开发团队或任何需要快速分配数据库资源的场景设计的自助服务平台。传统的数据库申请流程往往需要人工干预,耗时且容易出错。DormDB 通过全自动化的方式,让用户能够在几秒钟内获得一个完全配置好的 MySQL 数据库实例。

    HTML 6 1

  3. ai-commit ai-commit Public

    AI Commit 是一个 VS Code 扩展,它可以直接从源代码管理视图中使用 AI 生成高质量的 Git 提交信息。无需再为写提交信息而烦恼,让 AI 根据你的代码变更自动生成清晰、专业的提交描述。

    TypeScript 1

  4. bilibili-crawler bilibili-crawler Public

    一个强大的 Go 语言 Bilibili 视频信息爬虫外部包,支持代理池、批量爬取、负载均衡等高级功能。

    Go 1

  5. utils-pkg utils-pkg Public

    个人常用的工具包Go

    Go 1 1

  6. apifox-mcp apifox-mcp Public

    Apifox MCP 服务器 - 让 Claude 等 AI 助手通过自然语言管理你的 Apifox 项目,轻松创建、更新和审计 API 接口

    Python 29 5