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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
iwen-conf/README.md

iwen profile header

Typing SVG

GitHub profile Open source projects GitHub followers Profile views


🧬 whoami

package main

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

var iwen = Engineer{
    Name:     "iwen",
    Location: "Shanghai, China",
    Focus:    []string{"Systems Programming", "AI Toolchain", "Infrastructure"},
    Building: []string{
        "dipt       - Pull container images without installing Docker",
        "apifox-mcp - Manage Apifox projects with AI assistants",
        "HyperCode  - Code orchestration and review loops for agent workflows",
        "BanyanHub  - Enterprise release management platform",
    },
    Motto: "精简高效,毫无冗余。",
}

func main() {
    iwen.BuildUsefulThings()
}

I build developer tools, systems software, and AI-assisted workflows, with most recent work centered on Go, Rust, automation, and platform integration.


⚡ Tech Arsenal

🔧 Systems & Backend

Go Rust Swift Python

🎨 Frontend

TypeScript Vue React SolidJS

🏗 Infra & Cloud

Docker Cloudflare SQLite PostgreSQL MySQL

🤖 AI & Tools

Claude MCP Dagger VS Code


🔥 Featured Projects

dipt repository card apifox-mcp repository card
DormDB repository card ai-commit repository card

🚧 In Progress

  • HyperCode: agent-oriented code orchestration engine for execution, review, and validation loops.
  • BanyanHub: enterprise release management platform focused on delivery flow and control.

📊 GitHub Stats

GitHub stats Top languages

GitHub streak stats

GitHub activity graph


🐍 Contribution Snake

Contribution snake


🏆 Achievements

Quickdraw achievement Pull Shark achievement YOLO achievement Starstruck achievement Pair Extraordinaire achievement


精简高效,毫无冗余。

Profile footer

Pinned Loading

  1. dipt dipt Public

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

    Go 30 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 33 7