๐จโ๐ป Squircle CE is a fast and free multi-language code editor for Android
Squircle CE
![]()
Squircle CE is a fast and free multi-language code editor for Android.
This repository contains the complete source code and the build instructions for the project. You can contribute by reporting issues, suggesting features, or submitting pull requests.
Build instructions
Prerequisites
- At least 1,11GB of free disk space: 144,7MB for source codes and around 965,3MB for
- 4GB of RAM
- macOS or Linux-based operating system. Windows platform is supported by
Building
$ git clone --recursive --depth=1 --shallow-submodules https://github.com/massivemadness/Squircle-CE Squircle-CE
- In case you forgot the
--recursiveflag,cdintoSquircle-CEdirectory
$ git submodule init && git submodule update --init --recursive --depth=1
- Create
local.propertiesfile with the following properties:
KEYSTORE_PATH: absolute path to the keystore file
KEYSTORE_PASSWORD: password for the keystore
KEY_ALIAS: key alias that will be used to sign the app
KEY_PASSWORD: key password
Warning: keep this file safe and make sure nobody, except you, has access to it.
$ cd Squircle-CE- Now you can open the project using Android Studio or
./gradlew assembleRelease.
Available flavors
gms: A flavor used for publishing the app
foss: A flavor without closed-source libraries, used for publishing the app
Translations · 
If you'd like to translate Squircle CE to a new language or make a translation correction, please register an account at Crowdin and join the project here:
- https://crowdin.com/project/squircle-ce
Screenshots

License
Copyright Squircle CE contributors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.