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.
This project uses Tuist for project generation. Follow these steps to get started:
-
Install Tuist: If you haven't already, install Tuist by running:
bash <(curl -Ls https://install.tuist.io)
-
Generate the Xcode Project:
tuist generate
-
Open the Project:
open DeepSeek.xcworkspace
Here are some screenshots of the application:
- iOS 14.0+
- Xcode 16.0+
- Swift 5.0+
This project is licensed under the Apache-2.0 license. See the LICENSE file for details.