抗DMCA的Claude代码源代码
DMCA-resistant Claude Code source code

原始链接: https://codeberg.org/tornikeo/claude-code

## Claude Code:你的 AI 编程助手 Claude Code 是一款由 AI 驱动的编程工具,旨在直接在你的终端、IDE 或 GitHub(通过 `@claude`)中加速你的开发速度。它理解你的代码库,并能通过简单的自然语言命令协助处理自动化常规任务、解释复杂代码和管理 Git 工作流等任务。 安装过程简单,可以通过 shell 脚本(MacOS/Linux)、Homebrew 或 Windows 安装程序(包括 WinGet)进行。该工具还支持插件以扩展功能。 Anthropic 会收集使用数据和反馈以改进 Claude Code,但优先考虑用户隐私,具有有限的数据保留和访问限制。有关数据使用和隐私的完整详细信息,请参阅其商业服务条款和隐私政策。 如需支持、错误报告和社区参与,请查看官方文档或加入 Claude Developers Discord。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 抗DMCA的Claude代码 源代码 (codeberg.org/tornikeo) 16点 由 tornikeo 2小时前 | 隐藏 | 过去 | 收藏 | 2评论 帮助 tornikeo 2小时前 [–] 我的Claude代码泄露源代码被DMCA了。我已将其重新发布在codeberg上。它将留在那以便将来参考。编辑:DMCA发生在github上。因为codeberg不受美国DMCA法律约束,所以迁移到codeberg。回复 filiphillesland 0分钟前 | 父评论 [–] 这里的法律依据是什么? 论点是泄露的源代码会失去版权保护,还是仅仅因为Codeberg不在美国管辖范围内,因此更难对其执行?回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请YC | 联系 搜索:
相关文章

原文

npm

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github.

Learn more in the official documentation.

Get started

For more installation options, uninstall steps, and troubleshooting, see the setup documentation.

  1. Install Claude Code:

    MacOS/Linux (Recommended):

    curl -fsSL https://claude.ai/install.sh | bash
    

    Homebrew (MacOS/Linux):

    brew install --cask claude-code
    

    Windows (Recommended):

    irm https://claude.ai/install.ps1 | iex
    

    WinGet (Windows):

    winget install Anthropic.ClaudeCode
    

    NPM (Deprecated):

    npm install -g @anthropic-ai/claude-code
    
  2. Navigate to your project directory and run claude.

Plugins

This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the plugins directory for detailed documentation on available plugins.

Reporting Bugs

We welcome your feedback. Use the /bug command to report issues directly within Claude Code, or file a GitHub issue.

Connect on Discord

Join the Claude Developers Discord to connect with other developers using Claude Code. Get help, share feedback, and discuss your projects with the community.

Data collection, usage, and retention

When you use Claude Code, we collect feedback, which includes usage data (such as code acceptance or rejections), associated conversation data, and user feedback submitted via the /bug command.

How we use your data

See our data usage policies.

Privacy safeguards

We have implemented several safeguards to protect your data, including limited retention periods for sensitive information, restricted access to user session data, and clear policies against using feedback for model training.

For full details, please review our Commercial Terms of Service and Privacy Policy.

联系我们 contact @ memedata.com