Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.17 KB

DeepSeek-iOS

DeepSeek-iOS is an open-source iOS client implemented in Swift. The project is in its early stages and aims to explore and practice effective code design and frameworks.

This project is for educational and exchange purposes only. Some image resources are used from the official DeepSeek app. I am not responsible for any other use.

Setup

This project uses Tuist for project generation. Follow these steps to get started:

  1. Install Tuist: If you haven't already, install Tuist by running:

    bash <(curl -Ls https://install.tuist.io)
  2. Generate the Xcode Project:

    tuist generate
  3. Open the Project:

    open DeepSeek.xcworkspace

Screenshots

Here are some screenshots of the application:

Screen 1 Screen 2 Screen 3

Requirements

  • iOS 14.0+
  • Xcode 16.0+
  • Swift 5.0+

License

This project is licensed under the Apache-2.0 license. See the LICENSE file for details.