Planium Third-Party Licenses
Planium is written from scratch in plain HTML, CSS and JavaScript — there is no framework behind it. The one thing it borrows is artwork: most of its icons come from the open-source Lucide icon library. This page reproduces that license, as its terms require, and lists exactly which icons it covers. The iPhone app additionally ships the native shell it runs in, whose licenses follow further down.
Questions about anything here? Email mike@softium.nl.
Lucide (icons)
Most of the icons in Planium are taken from, or adapted from, the Lucide icon library. Some have been modified for this project — changed viewBox, different stroke widths, wrapped as <symbol> sprites, or combined and partially redrawn. Lucide is distributed under the ISC License, reproduced below as required.
ISC License
Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022
as part of Feather (MIT). All other copyright (c) for Lucide are held
by Lucide Contributors 2022.
Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Icons derived from Lucide
| File in Planium | Lucide icon |
assets/icons/arrow.svg | chevron-right |
assets/icons/arrowBack.svg | chevron-left |
assets/icons/calendar/normal.svg | calendar-days |
assets/icons/calendar/plus.svg | calendar-plus |
assets/icons/call.svg | phone |
assets/icons/change.svg | arrow-left-right |
assets/icons/chat.svg | message-square |
assets/icons/check.svg | check |
assets/icons/delete.svg | delete |
assets/icons/devices/notification.svg | bell |
assets/icons/devices/pc.svg | monitor |
assets/icons/devices/phone.svg | smartphone |
assets/icons/dots.svg | ellipsis |
assets/icons/edit.svg | pencil |
assets/icons/friendButton/add.svg | user-round-plus |
assets/icons/friendButton/friend.svg | handshake |
assets/icons/friendButton/pending.svg | user-round-check |
assets/icons/friendButton/remove.svg | user-round-minus |
assets/icons/friendButton/sent.svg | user-round-search (magnifier replaced with a clock) |
assets/icons/leave.svg | log-out |
assets/icons/link.svg | link |
assets/icons/maybe.svg | equal-approximately |
assets/icons/miniPlus.svg | plus |
assets/icons/no-notifi.svg | bell-off |
assets/icons/out.svg | external-link |
assets/icons/poll.svg | square-check-big |
assets/icons/pollTiny.svg | square-check-big |
assets/icons/re-error.svg | refresh-cw-off |
assets/icons/saved.svg | notebook-tabs |
assets/icons/settings.svg | settings |
assets/icons/settings2.svg | pencil |
assets/icons/settings/appearance.svg | palette |
assets/icons/settings/devices.svg | monitor-smartphone |
assets/icons/settings/notifications.svg | bell-dot |
assets/icons/settings/other.svg | circle-ellipsis |
assets/icons/settings/profile.svg | circle-user-round |
assets/icons/settings/shield.svg | shield-half |
assets/icons/share.svg | share |
assets/icons/time.svg | clock |
assets/icons/title.svg | type-outline |
assets/icons/trash.svg | trash-2 |
assets/icons/waypoint.svg | map-pin |
assets/icons/x.svg | x |
Original artwork (not from Lucide)
The following are original Planium/Softium artwork and are not covered by the license above:
assets/planium.svg, assets/softium.svg (logos)
assets/icons/activity.svg
assets/icons/group.svg
assets/icons/homescreen.svg
assets/icons/plus.svg
assets/icons/profile.svg
The iPhone app (native shell)
The iPhone app is the same website wrapped in a native shell built with Capacitor. The components below are compiled into the app binary, so their licenses are reproduced here as those licenses require. None of this applies to the website or the installed web app, which ship no third-party code beyond the icons above.
Capacitor (app runtime)
The native shell around Planium. @capacitor/ios is the iOS runtime; it is built into the app through the capacitor-swift-pm 8.4.1 Swift package, which is the same code from the same authors.
@capacitor/core 8.4.1
@capacitor/ios 8.4.1
MIT License
Copyright (c) 2017-present Drifty Co.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Capacitor plugins
The official plugins the app uses: app lifecycle and deep links, the in-app browser, keyboard handling, push notifications, the share sheet, and the status bar.
@capacitor/app 8.1.1
@capacitor/browser 8.0.4
@capacitor/keyboard 8.0.5
@capacitor/push-notifications 8.1.2
@capacitor/share 8.0.1
@capacitor/status-bar 8.0.2
Copyright 2020-present Ionic
https://ionic.io
MIT License
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Capacitor Filesystem and Synapse
File access, and the bridge helper that ships with Capacitor's core.
@capacitor/filesystem 8.1.2
@capacitor/synapse 1.0.4
MIT License
Copyright (c) 2025 Ionic
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
File Opener
Opens a downloaded file with the system viewer.
@capacitor-community/file-opener 8.0.1
MIT License
Copyright (c) 2025 Capacitor Community
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Native Settings
Opens the iOS Settings screen for Planium, used by the “notifications are blocked” helper.
capacitor-native-settings 8.1.0
MIT License
Copyright (c) 2021 Raphael van der Woude
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Apache Cordova (compatibility layer)
Capacitor's iOS runtime includes a Cordova compatibility layer (CapacitorCordova, built as the Cordova product of capacitor-swift-pm). Those files are derived from Apache Cordova and are licensed by the Apache Software Foundation under the Apache License 2.0, not MIT. Every one of them carries this notice:
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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.
The full text of the Apache License 2.0 is at apache.org/licenses/LICENSE-2.0.
Last Updated: August 18 2026